Spaces:
Sleeping
Sleeping
Commit
·
bb30421
1
Parent(s):
1f4cc7c
commit
Browse files
app.py
CHANGED
@@ -353,7 +353,7 @@ with gr.Blocks() as demo:
|
|
353 |
clear_btn = gr.Button("🧹 Clear")
|
354 |
|
355 |
with gr.Column():
|
356 |
-
output_image = gr.Image(label="Sentiment Arc or Heatmap", type="filepath")
|
357 |
|
358 |
analyze_button.click(
|
359 |
fn=query_agent,
|
|
|
353 |
clear_btn = gr.Button("🧹 Clear")
|
354 |
|
355 |
with gr.Column():
|
356 |
+
output_image = gr.Image(label="Sentiment Arc or Heatmap or word-count", type="filepath")
|
357 |
|
358 |
analyze_button.click(
|
359 |
fn=query_agent,
|