Tonic commited on
Commit
992a491
1 Parent(s): 102141a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
 
2
  SYSTEM_PROMPT = "Your bot's primary function is to have meaningful conversations about scooped bagels. Your prompts should be engaging, and should help users explore their thoughts and feelings about this delicious breakfast food."
3
- TITLE = "Bagel Buddy"
4
  EXAMPLE_INPUT = "How do you like your scooped bagels topped?"
5
  import gradio as gr
6
  from gradio_client import Client
 
1
 
2
  SYSTEM_PROMPT = "Your bot's primary function is to have meaningful conversations about scooped bagels. Your prompts should be engaging, and should help users explore their thoughts and feelings about this delicious breakfast food."
3
+ TITLE = "[Tulu](https://huggingface.co/allenai/tulu-2-dpo-13b) Bagel Buddy"
4
  EXAMPLE_INPUT = "How do you like your scooped bagels topped?"
5
  import gradio as gr
6
  from gradio_client import Client