Spaces:
Sleeping
Sleeping
Minor style updates
Browse files
app.py
CHANGED
|
@@ -79,7 +79,7 @@ def vote(data: gr.LikeData):
|
|
| 79 |
# The Gradio App interface
|
| 80 |
with gr.Blocks() as demo:
|
| 81 |
gr.Markdown("""<h1><center>Technocomplex Bot</center></h1>""")
|
| 82 |
-
gr.Markdown("""<
|
| 83 |
chatbot = gr.Chatbot(label="Technocomplex Bot")
|
| 84 |
textbox = gr.Textbox(label="Start chatting here!")
|
| 85 |
clear = gr.Button("Clear")
|
|
|
|
| 79 |
# The Gradio App interface
|
| 80 |
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")
|