Update app.py
Browse files
app.py
CHANGED
@@ -234,8 +234,8 @@ with gr.Blocks(title="Reddit Election Analysis") as demo:
|
|
234 |
## Example Questions:
|
235 |
- Is there any comments don't like the election results
|
236 |
- Summarize the main discussions about voting process
|
237 |
-
- What
|
238 |
-
- What'
|
239 |
""")
|
240 |
# with gr.Column():
|
241 |
# output_text = gr.Textbox(
|
|
|
234 |
## Example Questions:
|
235 |
- Is there any comments don't like the election results
|
236 |
- Summarize the main discussions about voting process
|
237 |
+
- What're the common opinions about candidates?
|
238 |
+
- What're common opinions about immigrant topic?
|
239 |
""")
|
240 |
# with gr.Column():
|
241 |
# output_text = gr.Textbox(
|