MrAli813 commited on
Commit
05766c2
·
1 Parent(s): 030e78b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ def predict(message, history):
26
 
27
  A1 = gr.ChatInterface(predict,
28
  title="PeachChat+Plus",
29
- description="An AI Powered Productivity Assistant with Chat, Vision and Image Generation Capabilities Built By Peach State Innovation and Technology. Select The Corresponding Tab For Tool Accessibility",
30
  textbox=gr.Textbox(placeholder="Enter your question/prompt here..."),
31
  theme= gr.themes.Glass(primary_hue="amber", neutral_hue="lime"),
32
  retry_btn=None,
 
26
 
27
  A1 = gr.ChatInterface(predict,
28
  title="PeachChat+Plus",
29
+ description="An AI Powered Assistant with Chat, Vision and Image Generation Capabilities Built By Peach State Innovation and Technology. Select The Corresponding Tab For Tool Accessibility",
30
  textbox=gr.Textbox(placeholder="Enter your question/prompt here..."),
31
  theme= gr.themes.Glass(primary_hue="amber", neutral_hue="lime"),
32
  retry_btn=None,