Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -288,7 +288,7 @@ with gr.Blocks(title="Fund Manager Buddy", css="""footer {visibility: hidden;} #
|
|
| 288 |
logged_in_state = gr.State(False)
|
| 289 |
|
| 290 |
with gr.Column(elem_classes="main"):
|
| 291 |
-
gr.HTML('<div><img src="https://www.ryhintl.com/images/fmgr.png" width="32" height="32" alt="
|
| 292 |
|
| 293 |
# Login/Register Section
|
| 294 |
with gr.Column(visible=True, elem_id="login_register_section") as login_register_section:
|
|
|
|
| 288 |
logged_in_state = gr.State(False)
|
| 289 |
|
| 290 |
with gr.Column(elem_classes="main"):
|
| 291 |
+
gr.HTML('<div><img src="https://www.ryhintl.com/images/fmgr.png" width="32" height="32" alt="Fund Manager Buddy"></div>')
|
| 292 |
|
| 293 |
# Login/Register Section
|
| 294 |
with gr.Column(visible=True, elem_id="login_register_section") as login_register_section:
|