rizam commited on
Commit
ec07fb4
·
1 Parent(s): fc24784

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -29,8 +29,9 @@ def predict(input,initial_prompt, history=[]):
29
 
30
  return history, history
31
 
 
32
  gr.Interface(fn=predict,
33
  inputs=["text","text",'state'],
34
 
35
  outputs=["chatbot",'state']).launch()
36
- gr.Markdown("Developed by Dr.Rakeeb Jaufer")
 
29
 
30
  return history, history
31
 
32
+ gr.Markdown("Developed by Dr.Rakeeb Jaufer")
33
  gr.Interface(fn=predict,
34
  inputs=["text","text",'state'],
35
 
36
  outputs=["chatbot",'state']).launch()
37
+