Roxyzhang commited on
Commit
f73eba6
1 Parent(s): 70806ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,5 +51,5 @@ inputs = [gr.components.Textbox(lines=7, label="Chat with AI"), gr.components.St
51
  outputs = [gr.components.Textbox(label="Reply"), gr.components.State()]
52
 
53
  gr.Interface(fn=chatbot, inputs=inputs, outputs=outputs, title="AI Chatbot",
54
- description="This chatbot is designed to conduct structured interviews. Please begin by introducing yourself.",
55
  theme="Default").launch()
 
51
  outputs = [gr.components.Textbox(label="Reply"), gr.components.State()]
52
 
53
  gr.Interface(fn=chatbot, inputs=inputs, outputs=outputs, title="AI Chatbot",
54
+ description="Ask anything you want",
55
  theme="Default").launch()