Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -93,7 +93,7 @@ with gr.Blocks(title="Science Chatbot", theme=gr.themes.Default(primary_hue="cya
|
|
| 93 |
</center>
|
| 94 |
""")
|
| 95 |
|
| 96 |
-
chatbot = gr.Chatbot(label="Conversation"
|
| 97 |
with gr.Row():
|
| 98 |
query = gr.Textbox(label="Ask a Science Question", placeholder="E.g., What is an ionic bond?", show_label=False)
|
| 99 |
submit_btn = gr.Button("Submit", variant="primary")
|
|
|
|
| 93 |
</center>
|
| 94 |
""")
|
| 95 |
|
| 96 |
+
chatbot = gr.Chatbot(label="Conversation")
|
| 97 |
with gr.Row():
|
| 98 |
query = gr.Textbox(label="Ask a Science Question", placeholder="E.g., What is an ionic bond?", show_label=False)
|
| 99 |
submit_btn = gr.Button("Submit", variant="primary")
|