matheuscervantes55 commited on
Commit
68a889e
·
verified ·
1 Parent(s): 368e0db

Update app.py

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