jaisun2004 commited on
Commit
a5485e4
·
verified ·
1 Parent(s): bb6c96e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -88,8 +88,6 @@ if uploaded_file:
88
  fig.update_layout(title='Emotional Trends', xaxis_title='Date', yaxis_title='Score (%)')
89
  st.plotly_chart(fig)
90
 
91
-
92
-
93
  # Export Button
94
  st.subheader("📥 Export Session Report")
95
 
 
88
  fig.update_layout(title='Emotional Trends', xaxis_title='Date', yaxis_title='Score (%)')
89
  st.plotly_chart(fig)
90
 
 
 
91
  # Export Button
92
  st.subheader("📥 Export Session Report")
93