Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -78,7 +78,7 @@ with gr.Blocks(css=".gradio-container {background-image: url('file=blue_mountain
|
|
78 |
with gr.Row():
|
79 |
with gr.Column():
|
80 |
inp1 = gr.Textbox(placeholder="Place your question here...", label="Ask a question", elem_id="title")
|
81 |
-
inp2 = gr.Dropdown(choices=["
|
82 |
|
83 |
out1 = gr.Textbox(
|
84 |
lines=3,
|
|
|
78 |
with gr.Row():
|
79 |
with gr.Column():
|
80 |
inp1 = gr.Textbox(placeholder="Place your question here...", label="Ask a question", elem_id="title")
|
81 |
+
inp2 = gr.Dropdown(choices=["Alan Watts", "Marcus Aurelius", "Krishnamurti"], value="Alan Watts", label="Choose a philosopher")
|
82 |
|
83 |
out1 = gr.Textbox(
|
84 |
lines=3,
|