Spaces:
Sleeping
Sleeping
Commit ·
cb615d6
1
Parent(s): 0a4e282
Updated app.py
Browse files
app.py
CHANGED
|
@@ -160,7 +160,7 @@ css = """
|
|
| 160 |
.btn {background-color: #1d53d1;}
|
| 161 |
"""
|
| 162 |
|
| 163 |
-
with gr.Blocks(css=css) as ui:
|
| 164 |
gr.Markdown("# Markdown-Based Q&A with Visualization")
|
| 165 |
with gr.Row():
|
| 166 |
file_input = gr.Files(file_types=[".md"], label="Upload Markdown Files")
|
|
|
|
| 160 |
.btn {background-color: #1d53d1;}
|
| 161 |
"""
|
| 162 |
|
| 163 |
+
with gr.Blocks(css=css,debug=True) as ui:
|
| 164 |
gr.Markdown("# Markdown-Based Q&A with Visualization")
|
| 165 |
with gr.Row():
|
| 166 |
file_input = gr.Files(file_types=[".md"], label="Upload Markdown Files")
|