prernaaa12 commited on
Commit
14e9eac
·
verified ·
1 Parent(s): a5c9fa6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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()