Spaces:
Build error
Build error
Update app.py
Browse files
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 |
-
|
|
|
|
| 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 |
+
|