Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -245,6 +245,7 @@ with gr.Blocks(title="Reddit Election Analysis") as demo:
|
|
245 |
|
246 |
gr.Markdown("## Top words of the relevant Q&A")
|
247 |
with gr.Row():
|
|
|
248 |
topic_plot = gr.Plot(
|
249 |
label="Topic Distribution",
|
250 |
container=True, # Ensures the plot is contained within its area
|
|
|
245 |
|
246 |
gr.Markdown("## Top words of the relevant Q&A")
|
247 |
with gr.Row():
|
248 |
+
topic_btn = gr.Button("Topicalize the RAG sources")
|
249 |
topic_plot = gr.Plot(
|
250 |
label="Topic Distribution",
|
251 |
container=True, # Ensures the plot is contained within its area
|