Update app.py
Browse files
app.py
CHANGED
@@ -146,7 +146,7 @@ chat_interface = gr.ChatInterface(
|
|
146 |
)
|
147 |
|
148 |
with gr.Blocks(css="style.css", fill_height=True) as demo:
|
149 |
-
gr.Markdown("""<p align="center"><img src="EXAONE_logo.png" style="height: 80px"/><p>""")
|
150 |
gr.Markdown(DESCRIPTION)
|
151 |
chat_interface.render()
|
152 |
|
|
|
146 |
)
|
147 |
|
148 |
with gr.Blocks(css="style.css", fill_height=True) as demo:
|
149 |
+
gr.Markdown("""<p align="center"><img src="./EXAONE_logo.png" style="height: 80px"/><p>""")
|
150 |
gr.Markdown(DESCRIPTION)
|
151 |
chat_interface.render()
|
152 |
|