Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -67,7 +67,7 @@ with gr.Blocks(analytics_enabled=False, css=custom_css) as demo:
|
|
| 67 |
with gr.Tab("OPENAI API"):
|
| 68 |
with gr.Row():
|
| 69 |
with gr.Column(scale=1):
|
| 70 |
-
gr.Image("images
|
| 71 |
with gr.Column(scale=3):
|
| 72 |
gr.Markdown("""This Chatbot has been made to showcase our work on generating meta-model from textual descriptions.
|
| 73 |
<br/><br/>
|
|
|
|
| 67 |
with gr.Tab("OPENAI API"):
|
| 68 |
with gr.Row():
|
| 69 |
with gr.Column(scale=1):
|
| 70 |
+
gr.Image("images/logo.png", elem_id="logo-img", show_label=False, show_share_button=False, show_download_button=False)
|
| 71 |
with gr.Column(scale=3):
|
| 72 |
gr.Markdown("""This Chatbot has been made to showcase our work on generating meta-model from textual descriptions.
|
| 73 |
<br/><br/>
|