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