SonyaHas commited on
Commit
ac6d2f6
·
verified ·
1 Parent(s): e804bfe

added title

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -2,6 +2,9 @@ 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
  def yes_or_no(message, history):
6
  return random.choice(['Yes', 'No', 'Of course', 'Try again', 'No, better luck next time!', "I think not", "Absolutely, yes!", ])
7
  # def echo(message, history):
 
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!", ])
10
  # def echo(message, history):