Himank Jain commited on
Commit
ef36e39
·
1 Parent(s): db7922b

removed logo

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -90,10 +90,7 @@ custom_theme = gr.themes.Base(
90
 
91
  with gr.Blocks(theme=custom_theme) as demo:
92
  with gr.Row():
93
- with gr.Column(scale=1):
94
- gr.Image("static/eden.png", show_label=False, container=False, height=50, width=50, interactive=False)
95
- with gr.Column(scale=11):
96
- gr.Markdown("# Eden")
97
  gr.Markdown("Chat with the fine-tuned multimodal Eden using text, audio, or image inputs.")
98
 
99
  chatbot = gr.Chatbot(
 
90
 
91
  with gr.Blocks(theme=custom_theme) as demo:
92
  with gr.Row():
93
+ gr.Markdown("# Eden")
 
 
 
94
  gr.Markdown("Chat with the fine-tuned multimodal Eden using text, audio, or image inputs.")
95
 
96
  chatbot = gr.Chatbot(