antoinette-f commited on
Commit
fc10c4b
·
verified ·
1 Parent(s): 3cd0a0d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
  import random
3
 
4
- def reespond_yes_no_randomly(message,history): #function to return the history of messages sent
5
  responses = ["Yes", "No"]
6
  return random.choice(responses)
7
 
 
1
  import gradio as gr
2
  import random
3
 
4
+ def respond_yes_no_randomly(message,history): #function to return the history of messages sent
5
  responses = ["Yes", "No"]
6
  return random.choice(responses)
7