runsdata commited on
Commit
b58304c
·
1 Parent(s): dca146a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -79,6 +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
  chatbot = gr.Chatbot(label="Technocomplex Bot")
83
  textbox = gr.Textbox(label="Start chatting here!")
84
  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("""<h1><center>This is a demo for Our Complex Relationships with Technology course, Duke, 2023</center></h1>""")
83
  chatbot = gr.Chatbot(label="Technocomplex Bot")
84
  textbox = gr.Textbox(label="Start chatting here!")
85
  clear = gr.Button("Clear")