Spaces:
Runtime error
Runtime error
clear
Browse files
app.py
CHANGED
@@ -163,6 +163,5 @@ with my_expander:
|
|
163 |
positive_score = st.metric(label='Score', value=round(results['Positive'], 4), label_visibility='collapsed')
|
164 |
|
165 |
# interpret_button = col2.button(label='Interpret',type='secondary', use_container_width=True)
|
166 |
-
|
167 |
-
|
168 |
-
|
|
|
163 |
positive_score = st.metric(label='Score', value=round(results['Positive'], 4), label_visibility='collapsed')
|
164 |
|
165 |
# interpret_button = col2.button(label='Interpret',type='secondary', use_container_width=True)
|
166 |
+
if clear_button:
|
167 |
+
tweet = ""
|
|