VeryMadSoul commited on
Commit
d5aef00
·
verified ·
1 Parent(s): 651d076

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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\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/>
 
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/>