Vera-ZWY commited on
Commit
46dc88b
·
verified ·
1 Parent(s): 3b25a34

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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