aisyahhrazak commited on
Commit
04a5735
1 Parent(s): fb2a126
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ def predict(input, history=[]):
34
  # response = [response]
35
  # return response, response
36
  return response, response
37
-
38
  with gr.Blocks() as demo:
39
  chatbot = gr.Chatbot()
40
  state = gr.State([])
 
34
  # response = [response]
35
  # return response, response
36
  return response, response
37
+ #test edit
38
  with gr.Blocks() as demo:
39
  chatbot = gr.Chatbot()
40
  state = gr.State([])