mylesai commited on
Commit
67fdff5
1 Parent(s): 43f040b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -154,11 +154,11 @@ def ft_web_chatbot(embedding_model='gpt-3.5-turbo'):
154
  chat_engine = ft_web_chatbot()
155
 
156
  with gr.Blocks() as demo:
157
- gr.Markdown("""
158
- ## Edge University FAQ Chatbot
159
- This chatbot gives answers to FAQs about www.edgeuniversityai.com\n
160
- Enter your questions in the textbox.
161
- """)
162
  chatbot = gr.Chatbot()
163
  msg = gr.Textbox(label="⏎ for sending",
164
  placeholder="Ask me something",)
 
154
  chat_engine = ft_web_chatbot()
155
 
156
  with gr.Blocks() as demo:
157
+ # gr.Markdown("""
158
+ # ## Edge University FAQ Chatbot
159
+ # This chatbot gives answers to FAQs about www.edgeuniversityai.com\n
160
+ # Enter your questions in the textbox.
161
+ # """)
162
  chatbot = gr.Chatbot()
163
  msg = gr.Textbox(label="⏎ for sending",
164
  placeholder="Ask me something",)