chayanbhansali commited on
Commit
6f2ae3a
·
verified ·
1 Parent(s): 16bbc5d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -111,7 +111,7 @@ def create_interface():
111
  rag_chatbot = RAGChatbot()
112
 
113
  with gr.Blocks() as demo:
114
- gr.Markdown("# RAG Chatbot with Hugging Face Models")
115
 
116
  with gr.Row():
117
  file_input = gr.File(label="Upload Documents", file_count="multiple", type="filepath")
 
111
  rag_chatbot = RAGChatbot()
112
 
113
  with gr.Blocks() as demo:
114
+ gr.Markdown("# Ask your PDf!")
115
 
116
  with gr.Row():
117
  file_input = gr.File(label="Upload Documents", file_count="multiple", type="filepath")