ubaid commited on
Commit
b1ee13f
·
verified ·
1 Parent(s): cfdbcc7

Update app.py

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