Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|