Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
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 |
|