ubaid
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -65,6 +65,6 @@ def chat(query,history):
|
|
65 |
except Exception as e:
|
66 |
return 'slow connection'
|
67 |
|
68 |
-
app=gr.ChatInterface(chat,theme=gr.themes.Soft(),title='Chat With Nasir Hussain'
|
69 |
,description='I have provide llm Nasir Husssain Youtube Playlist Data Playlist Link Here:https://youtube.com/playlist?list=PLuYWhEqu9a9A7s21UXlZ1yYNPk5ZLfhpH&si=qg8iuts2csW3P4bQ')
|
70 |
app.launch(share=True)
|
|
|
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')
|
70 |
app.launch(share=True)
|