Spaces:
Runtime error
Runtime error
Commit
·
9bb3d46
1
Parent(s):
48669f4
fix
Browse files
app.py
CHANGED
|
@@ -208,7 +208,7 @@ with gr.Blocks(theme=theme) as demo:
|
|
| 208 |
with gr.Column(elem_id="force_black_bg"):
|
| 209 |
msg = gr.Textbox(label="AI Safety Skepticism: What's Your Take?", placeholder="Enter an argument or something you'd like to say!")
|
| 210 |
btn = gr.Button("Generate >")
|
| 211 |
-
gr.Examples(["AGI is far away, I'm not worried", "AI is confined to a computer
|
| 212 |
|
| 213 |
with gr.Column(elem_id="force_black_bg"):
|
| 214 |
chatbot = gr.Chatbot()
|
|
|
|
| 208 |
with gr.Column(elem_id="force_black_bg"):
|
| 209 |
msg = gr.Textbox(label="AI Safety Skepticism: What's Your Take?", placeholder="Enter an argument or something you'd like to say!")
|
| 210 |
btn = gr.Button("Generate >")
|
| 211 |
+
gr.Examples(["AGI is far away, I'm not worried", "AI is confined to a computer", "AI isn't conscious", "If we don't develop AGI, China will!", "If we don't develop AGI, the Americans will!"], inputs=[msg])
|
| 212 |
|
| 213 |
with gr.Column(elem_id="force_black_bg"):
|
| 214 |
chatbot = gr.Chatbot()
|