Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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("#
|
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")
|