Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -81,7 +81,7 @@ with gr.Blocks() as demo:
|
|
| 81 |
gr.Markdown("""<h1><center>Technocomplex Bot</center></h1>""")
|
| 82 |
gr.Markdown("""<h3><center>This is a demo for Our Complex Relationships with Technology course, Duke, 2023</center></h3>""")
|
| 83 |
chatbot = gr.Chatbot(label="Technocomplex Bot")
|
| 84 |
-
textbox = gr.Textbox(label="Start chatting here
|
| 85 |
clear = gr.Button("Clear")
|
| 86 |
|
| 87 |
# Chain user and bot functions with `.then()`
|
|
|
|
| 81 |
gr.Markdown("""<h1><center>Technocomplex Bot</center></h1>""")
|
| 82 |
gr.Markdown("""<h3><center>This is a demo for Our Complex Relationships with Technology course, Duke, 2023</center></h3>""")
|
| 83 |
chatbot = gr.Chatbot(label="Technocomplex Bot")
|
| 84 |
+
textbox = gr.Textbox(label="Start chatting here and click 'Enter' to submit")
|
| 85 |
clear = gr.Button("Clear")
|
| 86 |
|
| 87 |
# Chain user and bot functions with `.then()`
|