sohoso commited on
Commit
2940120
1 Parent(s): d69f1f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -96,7 +96,7 @@ app = gr.Interface(
96
  fn=ImageChat,
97
  inputs=[gr.Image(label=""), gr.Textbox(label="Your Prompt", value="Analyze")],
98
  outputs=gr.Textbox(label="Response"),
99
- title = "Chat with your Trading Charts",
100
  theme=gr.themes.Soft()
101
  )
102
 
 
96
  fn=ImageChat,
97
  inputs=[gr.Image(label=""), gr.Textbox(label="Your Prompt", value="Analyze")],
98
  outputs=gr.Textbox(label="Response"),
99
+ title = "",
100
  theme=gr.themes.Soft()
101
  )
102