Update app.py
Browse files
app.py
CHANGED
|
@@ -112,12 +112,11 @@ textarea {
|
|
| 112 |
}
|
| 113 |
"""
|
| 114 |
with gr.Blocks(title="SpecX", css=css, theme=gr.themes.Soft()) as demo:
|
| 115 |
-
with gr.
|
|
|
|
| 116 |
textmd = gr.Markdown('''
|
| 117 |
<div style="margin: 50px 0;"></div>
|
| 118 |
|
| 119 |
-
<img src="specx-logo.png" alt="logo" width="50"/>
|
| 120 |
-
|
| 121 |
<h1 style="width:100%; text-align: center;">SpecX: Find the Right Specialist For Your Symptoms!</h1>
|
| 122 |
|
| 123 |
''')
|
|
|
|
| 112 |
}
|
| 113 |
"""
|
| 114 |
with gr.Blocks(title="SpecX", css=css, theme=gr.themes.Soft()) as demo:
|
| 115 |
+
with gr.Column():
|
| 116 |
+
logo_img_component = gr.Image("specx-logo.png", width=50, height=50)
|
| 117 |
textmd = gr.Markdown('''
|
| 118 |
<div style="margin: 50px 0;"></div>
|
| 119 |
|
|
|
|
|
|
|
| 120 |
<h1 style="width:100%; text-align: center;">SpecX: Find the Right Specialist For Your Symptoms!</h1>
|
| 121 |
|
| 122 |
''')
|