Spaces:
Sleeping
Sleeping
mangostin2010
commited on
Commit
•
ae433ef
1
Parent(s):
129796a
Update app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ app = gr.ChatInterface(
|
|
42 |
fn=chat_with_model,
|
43 |
type="messages", # Ensure compatibility with message history
|
44 |
title="🤖 ChatGPT-4o",
|
45 |
-
description="Interact with GPT-
|
46 |
)
|
47 |
|
48 |
# Launch the app
|
|
|
42 |
fn=chat_with_model,
|
43 |
type="messages", # Ensure compatibility with message history
|
44 |
title="🤖 ChatGPT-4o",
|
45 |
+
description="Interact with GPT-4o without any limitations for free. Type your message below!"
|
46 |
)
|
47 |
|
48 |
# Launch the app
|