Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -107,7 +107,7 @@ with open("about.md", "r") as file:
|
|
107 |
about_lines = file.read()
|
108 |
|
109 |
with gr.Blocks() as demo:
|
110 |
-
|
111 |
|
112 |
# About the App
|
113 |
with gr.Tab("About the App"):
|
|
|
107 |
about_lines = file.read()
|
108 |
|
109 |
with gr.Blocks() as demo:
|
110 |
+
gr.Markdown("# Intelligent Financial Document Q&A App")
|
111 |
|
112 |
# About the App
|
113 |
with gr.Tab("About the App"):
|