Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -58,6 +58,8 @@ def chatbot_response(usuario):
|
|
58 |
|
59 |
return resposta
|
60 |
|
|
|
|
|
61 |
app = gr.Interface(
|
62 |
fn=chatbot_response,
|
63 |
inputs="text",
|
|
|
58 |
|
59 |
return resposta
|
60 |
|
61 |
+
import gradio as gr
|
62 |
+
|
63 |
app = gr.Interface(
|
64 |
fn=chatbot_response,
|
65 |
inputs="text",
|