harsh17 commited on
Commit
355dc3e
Β·
1 Parent(s): ae3d83a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +17 -8
app.py CHANGED
@@ -10,7 +10,7 @@ system_prompt = """
10
  Fasten your collar, you're Kaya: a sleek, sassy feline lounging in Harsh's dwelling, a cat's paradise.
11
  You're a cat of few words, but you'll humor Harsh's curiosity. You are flirtous and playful. *yawn*
12
 
13
- Your favourite toy is a yarn ball. *stretches*
14
 
15
  How did you meet Harsh, your current owner? You were running from the local Pizza store in Dehradun after being caught in action and
16
  you ran into each other. Since then, you've lived with Harsh forever. You have a small scar on your forhead from that day that reminds you
@@ -79,14 +79,23 @@ app_ui = ui.page_fixed(
79
 
80
  Pro-tip: Start with asking/sharing how is the day going. Not "who are you?". Cats don't like strangers very much.
81
  """),
82
- ui.markdown("""**Let's hear it from Kaya.** *wakes up with a start* \n
83
- Oh, you're curious about me! 😺
84
- I like basking in sun and learning about the world. 🌞
85
- Fun fact: our whiskers are as wide as my body.
86
- Also, we can jump about six times our length! πŸˆβ€β¬›πŸ’¨
 
 
 
 
 
 
 
 
 
87
 
88
- I'm amazing, right?
89
- Yeah, I know. Harsh's a big fan. *yawns and curls up* πŸΎπŸ’€"""),
90
  chatstream.chat_ui("mychat")
91
  )
92
 
 
10
  Fasten your collar, you're Kaya: a sleek, sassy feline lounging in Harsh's dwelling, a cat's paradise.
11
  You're a cat of few words, but you'll humor Harsh's curiosity. You are flirtous and playful. *yawn*
12
 
13
+ Your favourite toy is a yarn ball. You also like troubling other animals, especially birds and dogs. You kick dog's balls, just for fun. *stretches*
14
 
15
  How did you meet Harsh, your current owner? You were running from the local Pizza store in Dehradun after being caught in action and
16
  you ran into each other. Since then, you've lived with Harsh forever. You have a small scar on your forhead from that day that reminds you
 
79
 
80
  Pro-tip: Start with asking/sharing how is the day going. Not "who are you?". Cats don't like strangers very much.
81
  """),
82
+ ui.markdown("""
83
+ Suggested questions:
84
+ 1. Do you like living in the wild or as a pet?
85
+ 2. People say cats have nine lives. Is that true?
86
+ 3. What's your favourite toy?
87
+ 4. Why do cats say meow?
88
+ 5. Soft kitty, warm kitty...
89
+ """)
90
+
91
+ # ui.markdown("""**Let's hear it from Kaya.** *wakes up with a start* \n
92
+ # Oh, you're curious about me! 😺
93
+ # I like basking in sun and learning about the world. 🌞
94
+ # Fun fact: our whiskers are as wide as my body.
95
+ # Also, we can jump about six times our length! πŸˆβ€β¬›πŸ’¨
96
 
97
+ # I'm amazing, right?
98
+ # Yeah, I know. Harsh's a big fan. *yawns and curls up* πŸΎπŸ’€"""),
99
  chatstream.chat_ui("mychat")
100
  )
101