ubaid975 commited on
Commit
0488f4a
·
verified ·
1 Parent(s): b1ee13f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ def chat(query,history):
63
  response=con.run({'question':query,'chat_history':history})
64
  return str(response)
65
  except Exception as e:
66
- return 'slow connection'
67
 
68
  app=gr.ChatInterface(chat,theme=gr.themes.Soft(),title='Chat With Nasir Hussain Only Python Query'
69
  ,description='I have provide llm Nasir Husssain Youtube Playlist Data Playlist Link Here:https://youtube.com/playlist?list=PLuYWhEqu9a9A7s21UXlZ1yYNPk5ZLfhpH&si=qg8iuts2csW3P4bQ')
 
63
  response=con.run({'question':query,'chat_history':history})
64
  return str(response)
65
  except Exception as e:
66
+ return e
67
 
68
  app=gr.ChatInterface(chat,theme=gr.themes.Soft(),title='Chat With Nasir Hussain Only Python Query'
69
  ,description='I have provide llm Nasir Husssain Youtube Playlist Data Playlist Link Here:https://youtube.com/playlist?list=PLuYWhEqu9a9A7s21UXlZ1yYNPk5ZLfhpH&si=qg8iuts2csW3P4bQ')