Spaces:
Running
Running
alvinhenrick
commited on
Commit
•
cfb3822
1
Parent(s):
e45b2e0
fix log
Browse files
app.py
CHANGED
@@ -37,7 +37,8 @@ with gr.Blocks() as app:
|
|
37 |
with gr.Row():
|
38 |
with gr.Column(scale=1):
|
39 |
gr.Image("doc/images/MediRag.png", width=100, height=100, min_width=75,
|
40 |
-
show_label=False, show_download_button=False,
|
|
|
41 |
with gr.Column(scale=2):
|
42 |
gr.Markdown("# DailyMed RAG Question Answering")
|
43 |
with gr.Row():
|
|
|
37 |
with gr.Row():
|
38 |
with gr.Column(scale=1):
|
39 |
gr.Image("doc/images/MediRag.png", width=100, height=100, min_width=75,
|
40 |
+
show_label=False, show_download_button=False, show_share_button=False,
|
41 |
+
show_fullscreen_button=False)
|
42 |
with gr.Column(scale=2):
|
43 |
gr.Markdown("# DailyMed RAG Question Answering")
|
44 |
with gr.Row():
|