zlmqi commited on
Commit
2e360ff
1 Parent(s): 224d9a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -149,7 +149,7 @@ inputs = gr.components.Textbox(lines=7, label="Ask questions related to the cour
149
  outputs = gr.components.Textbox(label="Response")
150
 
151
  gr.Interface(fn=create_bot, inputs=inputs, outputs=outputs, title="Virtual TA",
152
- description="This is a virtual learning assistant designed for MIS 320 online section (Version 2.0, powered by GPT-4).\nNote: Chatbot can make mistakes. Consider checking important information.",
153
- theme="compact").launch(share=True)
154
 
155
 
 
149
  outputs = gr.components.Textbox(label="Response")
150
 
151
  gr.Interface(fn=create_bot, inputs=inputs, outputs=outputs, title="Virtual TA",
152
+ description="This is a virtual learning assistant designed for MIS 320 online section (Version 2.0, powered by GPT-4).\nNote: Chatbot can make mistakes. Consider checking important information."
153
+ ).launch(share=True)
154
 
155