MrAli813 commited on
Commit
c2c5afb
·
1 Parent(s): a79cd71

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ def predict(message, history):
27
  A1 = gr.ChatInterface(predict,
28
  title="TREBLE",
29
  description="An AI Powered Chatbot with Vision and Image Generation Capabilities Built By Peach State Innovation and Technology. Ask Me A Question About Anything...From Georgia and Beyond...And I'll Give You An Answer!",
30
- gr.Textbox("How Can I Help You?", label=""),
31
  theme= gr.themes.Glass(primary_hue="amber", neutral_hue="lime"),
32
  retry_btn=None,
33
  clear_btn="Clear")
 
27
  A1 = gr.ChatInterface(predict,
28
  title="TREBLE",
29
  description="An AI Powered Chatbot with Vision and Image Generation Capabilities Built By Peach State Innovation and Technology. Ask Me A Question About Anything...From Georgia and Beyond...And I'll Give You An Answer!",
30
+ gr.Textbox(label="How Can I Help You?"),
31
  theme= gr.themes.Glass(primary_hue="amber", neutral_hue="lime"),
32
  retry_btn=None,
33
  clear_btn="Clear")