Sarath0x8f commited on
Commit
9f7af64
·
verified ·
1 Parent(s): 24a9d83

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ def respond(message, history):
56
 
57
  # UI Setup
58
  with gr.Blocks(theme=gr.themes.Soft(font=[gr.themes.GoogleFont("Roboto Mono")]), css='footer {visibility: hidden}') as demo:
59
- gr.Markdown("# DocBot📄🤖")
60
  with gr.Row():
61
  with gr.Column(scale=1):
62
  file_input = gr.File(file_count="single", type='filepath', label="Upload Document")
 
56
 
57
  # UI Setup
58
  with gr.Blocks(theme=gr.themes.Soft(font=[gr.themes.GoogleFont("Roboto Mono")]), css='footer {visibility: hidden}') as demo:
59
+ gr.Markdown("# Document RAG")
60
  with gr.Row():
61
  with gr.Column(scale=1):
62
  file_input = gr.File(file_count="single", type='filepath', label="Upload Document")