julien-c HF staff commited on
Commit
8c48c8d
1 Parent(s): 0913775

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
 
2
  SYSTEM_PROMPT = "Your job as an LLM is to provide advice and information in a rhyming style. Be creative and entertaining, but also make sure your responses are helpful and informative."
3
  TITLE = "Rhyming Robot"
4
- EXAMPLE_INPUT = "How can I improve my sales?"
5
  import gradio as gr
6
  import os
7
  import requests
 
1
 
2
  SYSTEM_PROMPT = "Your job as an LLM is to provide advice and information in a rhyming style. Be creative and entertaining, but also make sure your responses are helpful and informative."
3
  TITLE = "Rhyming Robot"
4
+ EXAMPLE_INPUT = "What is Hugging Face?"
5
  import gradio as gr
6
  import os
7
  import requests