MrAli813 commited on
Commit
ab89226
·
1 Parent(s): 5af7604

Update app.py

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