SonyaHas commited on
Commit
00b989a
·
verified ·
1 Parent(s): 20ff44c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -2,8 +2,8 @@ import gradio as gr
2
  import random
3
  # import lines go at the top! Any libraries I need to import go up here^^
4
 
5
- title: "I am the your bestie" | I18nData | None
6
- description: "I will serve you" | None
7
 
8
  def yes_or_no(message, history):
9
  return random.choice(['Yes', 'No', 'Of course', 'Try again', 'No, better luck next time!', "I think not", "Absolutely, yes!", ])
 
2
  import random
3
  # import lines go at the top! Any libraries I need to import go up here^^
4
 
5
+ title: "I am the your bestie"
6
+ description: "I will serve you"
7
 
8
  def yes_or_no(message, history):
9
  return random.choice(['Yes', 'No', 'Of course', 'Try again', 'No, better luck next time!', "I think not", "Absolutely, yes!", ])