MrAli813 commited on
Commit
129f965
1 Parent(s): fce2f74

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ def predict(message, history):
28
  A1 = gr.ChatInterface(predict,
29
  title="PeachChat+Plus",
30
  description="An AI Powered Productivity Assistant with 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 here..."),
32
  theme= gr.themes.Glass(primary_hue="amber", neutral_hue="lime"),
33
  retry_btn=None,
34
  clear_btn="Clear")
 
28
  A1 = gr.ChatInterface(predict,
29
  title="PeachChat+Plus",
30
  description="An AI Powered Productivity Assistant with 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="amber", neutral_hue="lime"),
33
  retry_btn=None,
34
  clear_btn="Clear")