Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,8 +8,8 @@ with gr.Blocks() as demo:
|
|
| 8 |
|
| 9 |
with gr.Tab("💬 Chat"):
|
| 10 |
perspective = gr.Textbox(
|
| 11 |
-
label="Perspective (
|
| 12 |
-
placeholder="e.g., 'Adopt the perspective of
|
| 13 |
)
|
| 14 |
chatbot = gr.Chatbot(type="messages")
|
| 15 |
msg = gr.Textbox(placeholder="Ask me anything…", show_label=False)
|
|
|
|
| 8 |
|
| 9 |
with gr.Tab("💬 Chat"):
|
| 10 |
perspective = gr.Textbox(
|
| 11 |
+
label="Perspective (optional)",
|
| 12 |
+
placeholder="e.g., 'Adopt the perspective of ...'",
|
| 13 |
)
|
| 14 |
chatbot = gr.Chatbot(type="messages")
|
| 15 |
msg = gr.Textbox(placeholder="Ask me anything…", show_label=False)
|