Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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')
|