Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -16,11 +16,11 @@ def chat_response(message, history):
|
|
| 16 |
response += msg.choices[0].delta.content or ""
|
| 17 |
yield response
|
| 18 |
|
|
|
|
| 19 |
demo = gr.ChatInterface(
|
| 20 |
fn=chat_response,
|
| 21 |
title="My Smart AI Chatbot",
|
| 22 |
-
description="Main ek AI Assistant hoon. Mujhse kuch bhi puchiye!"
|
| 23 |
-
theme="soft"
|
| 24 |
)
|
| 25 |
|
| 26 |
demo.launch()
|
|
|
|
| 16 |
response += msg.choices[0].delta.content or ""
|
| 17 |
yield response
|
| 18 |
|
| 19 |
+
# Yahan se error wali line hamesha ke liye hata di gayi hai
|
| 20 |
demo = gr.ChatInterface(
|
| 21 |
fn=chat_response,
|
| 22 |
title="My Smart AI Chatbot",
|
| 23 |
+
description="Main ek AI Assistant hoon. Mujhse kuch bhi puchiye!"
|
|
|
|
| 24 |
)
|
| 25 |
|
| 26 |
demo.launch()
|