Spaces:
Sleeping
Sleeping
Commit ·
d13b04a
1
Parent(s): 1efbc24
updated
Browse files
app.py
CHANGED
|
@@ -76,8 +76,8 @@ def predict(message, history):
|
|
| 76 |
# Launching with Gradio 6.0 compatibility
|
| 77 |
demo = gr.ChatInterface(
|
| 78 |
fn=predict,
|
| 79 |
-
title="
|
| 80 |
-
description="
|
| 81 |
)
|
| 82 |
|
| 83 |
if __name__ == "__main__":
|
|
|
|
| 76 |
# Launching with Gradio 6.0 compatibility
|
| 77 |
demo = gr.ChatInterface(
|
| 78 |
fn=predict,
|
| 79 |
+
title="⚡ SimpleAI",
|
| 80 |
+
description="Fast. Focused. Simple"
|
| 81 |
)
|
| 82 |
|
| 83 |
if __name__ == "__main__":
|