Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -29,7 +29,7 @@ chat_interface = gr.ChatInterface(
|
|
| 29 |
title="🔍 AI-Powered Real-Time Search with Groq",
|
| 30 |
description="Ask anything that requires real-time info — powered by Groq’s `compound-beta` model.",
|
| 31 |
theme="default",
|
| 32 |
-
type="
|
| 33 |
)
|
| 34 |
|
| 35 |
if __name__ == "__main__":
|
|
|
|
| 29 |
title="🔍 AI-Powered Real-Time Search with Groq",
|
| 30 |
description="Ask anything that requires real-time info — powered by Groq’s `compound-beta` model.",
|
| 31 |
theme="default",
|
| 32 |
+
type="messages", # ✅ Correct value!
|
| 33 |
)
|
| 34 |
|
| 35 |
if __name__ == "__main__":
|