sohoso commited on
Commit
0cdc2aa
·
verified ·
1 Parent(s): 0fa3865

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -118,7 +118,7 @@ app = gr.Interface(
118
  fn=ImageChat,
119
  inputs=[gr.Image(label="Image"), gr.Textbox(label="Prompt", value="Analyze")],
120
  outputs=gr.Textbox(label="Response"),
121
- title="Trading View Chat Analyzer",
122
  theme=gr.themes.Soft()
123
  )
124
 
 
118
  fn=ImageChat,
119
  inputs=[gr.Image(label="Image"), gr.Textbox(label="Prompt", value="Analyze")],
120
  outputs=gr.Textbox(label="Response"),
121
+ title="",
122
  theme=gr.themes.Soft()
123
  )
124