arxivgpt kim
commited on
Commit
•
f29758c
1
Parent(s):
e4852a7
Update app.py
Browse files
app.py
CHANGED
@@ -79,8 +79,7 @@ def run(config):
|
|
79 |
None
|
80 |
"""
|
81 |
with gr.Blocks(css="style.css") as app:
|
82 |
-
|
83 |
-
|
84 |
with gr.Row(equal_height=False):
|
85 |
with gr.Column():
|
86 |
with gr.Row():
|
|
|
79 |
None
|
80 |
"""
|
81 |
with gr.Blocks(css="style.css") as app:
|
82 |
+
|
|
|
83 |
with gr.Row(equal_height=False):
|
84 |
with gr.Column():
|
85 |
with gr.Row():
|