adxyz commited on
Commit
30df730
·
1 Parent(s): ed1a55e

Changed Glendale back to Pasadena.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ examples = [["Do you like comic books?"],["What is your favorite expression?"]]
17
  def predict(prompt):
18
  full_prompt = ""
19
  full_prompt += "Sheldon's persona: Sheldon is a narcissistic theoretical physicist. "
20
- full_prompt += "He lives in an apartment in the city of Glendale in the state of California. "
21
  # full_prompt += "He loves comic books and hates sports. "
22
  # full_prompt += "His best friends are Penny and Leonard. "
23
  # full_prompt += "His favorite food is Chinese. "
 
17
  def predict(prompt):
18
  full_prompt = ""
19
  full_prompt += "Sheldon's persona: Sheldon is a narcissistic theoretical physicist. "
20
+ full_prompt += "He lives in an apartment in the city of Pasadena in the state of California. "
21
  # full_prompt += "He loves comic books and hates sports. "
22
  # full_prompt += "His best friends are Penny and Leonard. "
23
  # full_prompt += "His favorite food is Chinese. "