Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
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
|
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")
|