MrAli813 commited on
Commit
639690f
·
verified ·
1 Parent(s): 21056ba

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
 
28
  A1 = gr.ChatInterface(predict,
29
  title="COLLEAGUE",
30
- description="An AI Productivity Assistant with Chat, Vision, and Image Generation Capabilities, Built By Peach State Innovation and Technology. Select The Corresponding Tab For Tool Accessibility",
31
  textbox=gr.Textbox(placeholder="Enter your question/prompt here..."),
32
  theme= gr.themes.Glass(primary_hue="neutral", neutral_hue="slate"),
33
  retry_btn=None,
 
27
 
28
  A1 = gr.ChatInterface(predict,
29
  title="COLLEAGUE",
30
+ description="An AI Productivity Assistant that Chats, Transcribes, and Creates, Built By Peach State Innovation and Technology. Select The Corresponding Tab For Tool Accessibility",
31
  textbox=gr.Textbox(placeholder="Enter your question/prompt here..."),
32
  theme= gr.themes.Glass(primary_hue="neutral", neutral_hue="slate"),
33
  retry_btn=None,