Spaces:
Runtime error
Runtime error
don't show logo for now
Browse files
app.py
CHANGED
@@ -111,13 +111,13 @@ with gr.Blocks(css=css, title='AASLD Practice Guidelines Chat Assistant',
|
|
111 |
theme=gr.themes.Monochrome()) as demo:
|
112 |
# messages = gr.State(get_empty_state())
|
113 |
with gr.Column(elem_id='col-container'):
|
114 |
-
gr.Image('Arithmedics_rectangle_logo.png',
|
115 |
-
|
116 |
-
|
117 |
-
|
118 |
-
|
119 |
-
|
120 |
-
|
121 |
gr.HTML(PAGE_TITLE_HTML, elem_id='header')
|
122 |
with gr.Row():
|
123 |
with gr.Column(scale=7):
|
|
|
111 |
theme=gr.themes.Monochrome()) as demo:
|
112 |
# messages = gr.State(get_empty_state())
|
113 |
with gr.Column(elem_id='col-container'):
|
114 |
+
# gr.Image('Arithmedics_rectangle_logo.png',
|
115 |
+
# width=200,
|
116 |
+
# show_label=False,
|
117 |
+
# show_download_button=False,
|
118 |
+
# container=False,
|
119 |
+
# show_share_button=False,
|
120 |
+
# elem_id='arithmedics-img')
|
121 |
gr.HTML(PAGE_TITLE_HTML, elem_id='header')
|
122 |
with gr.Row():
|
123 |
with gr.Column(scale=7):
|