Vera-ZWY commited on
Commit
a755156
·
verified ·
1 Parent(s): 7a222d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -250,7 +250,7 @@ with gr.Blocks(title="Reddit Election Analysis") as demo:
250
  placeholder="Copy and past your question there to vilaulize the top words of relevant topic"
251
  )
252
  topic_btn = gr.Button("Topicalize the RAG sources")
253
- gr.Column(scale = 2)
254
  topic_plot = gr.Plot(
255
  label="Top Words Distribution",
256
  container=True, # Ensures the plot is contained within its area
 
250
  placeholder="Copy and past your question there to vilaulize the top words of relevant topic"
251
  )
252
  topic_btn = gr.Button("Topicalize the RAG sources")
253
+ gr.Column(scale = 2):
254
  topic_plot = gr.Plot(
255
  label="Top Words Distribution",
256
  container=True, # Ensures the plot is contained within its area