Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -35,8 +35,6 @@ while True:
|
|
| 35 |
break
|
| 36 |
print("Bot:", chatbot_response(msg))
|
| 37 |
|
| 38 |
-
!pip install gradio --quiet
|
| 39 |
-
|
| 40 |
import gradio as gr
|
| 41 |
|
| 42 |
def chat_gradio(message):
|
|
|
|
| 35 |
break
|
| 36 |
print("Bot:", chatbot_response(msg))
|
| 37 |
|
|
|
|
|
|
|
| 38 |
import gradio as gr
|
| 39 |
|
| 40 |
def chat_gradio(message):
|