Gaurav-2273 commited on
Commit
39f662b
1 Parent(s): 8e02856

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -173,6 +173,11 @@ def answer_query(question: str, chat_history):
173
  return "", chat_history
174
 
175
  with gr.Blocks() as demo:
 
 
 
 
 
176
  chatbot = gr.Chatbot(label="Chatbot")
177
  question = gr.Textbox(label="Ask a question", placeholder="Type your question...")
178
  # answer_button = gr.Button("Get Answer")
 
173
  return "", chat_history
174
 
175
  with gr.Blocks() as demo:
176
+ gr.Markdown(
177
+ """
178
+ # AI Book Agent!
179
+ Ask any UPSC relevant Query from the NCERT.
180
+ """)
181
  chatbot = gr.Chatbot(label="Chatbot")
182
  question = gr.Textbox(label="Ask a question", placeholder="Type your question...")
183
  # answer_button = gr.Button("Get Answer")