kkhan commited on
Commit
bb997cb
·
1 Parent(s): c3e4e74

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ def chat(chat_history, user_input):
38
  yield chat_history + [(user_input, bot_response)]
39
 
40
  with gr.Blocks() as demo:
41
- gr.Markdown('# Q&A Bot with Hugging Face Models')
42
  with gr.Tab("Knowledge Bot"):
43
  # inputbox = gr.Textbox("Input your text to build a Q&A Bot here.....")
44
  chatbot = gr.Chatbot()
 
38
  yield chat_history + [(user_input, bot_response)]
39
 
40
  with gr.Blocks() as demo:
41
+ gr.Markdown('# Q&A Bot with Fine-tuned Model')
42
  with gr.Tab("Knowledge Bot"):
43
  # inputbox = gr.Textbox("Input your text to build a Q&A Bot here.....")
44
  chatbot = gr.Chatbot()