zakerytclarke commited on
Commit
a2373c5
·
verified ·
1 Parent(s): 4a56dea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -322,8 +322,8 @@ def main():
322
  st.markdown(message["content"])
323
 
324
  list1 = ["Tell me about teapotllm", "What is Teapot AI?","What devices can Teapot run on?","Who are you?"]
325
- list2 = ["Who invented quantum mechanics?", "Who are the authors of attention is all you need", "Tell me about popular places to travel in France","Tell me about Isaac Asimov", "Explain artificial intelligence"]
326
- list3 = ["Extract the year Google was founded", "Extract the last name of the father of artificial intelligence", "Output the capital of New York","Extarct the city where the louvre is located","Find the chemical symbol for gold"]
327
 
328
  # Randomly select one from each list
329
  random_selection = [random.choice(list1), random.choice(list2), random.choice(list3)]
 
322
  st.markdown(message["content"])
323
 
324
  list1 = ["Tell me about teapotllm", "What is Teapot AI?","What devices can Teapot run on?","Who are you?"]
325
+ list2 = ["Who invented quantum mechanics?", "Who are the authors of attention is all you need", "Tell me about popular places to travel in France","Summarize the book irobot", "Explain artificial intelligence"]
326
+ list3 = ["Extract the year Google was founded", "Extract the last name of the father of artificial intelligence", "Output the capital of New York","Extarct the city where the louvre is located","Find the chemical symbol for gold","Extract the name of the woman who was the first computer programmer"]
327
 
328
  # Randomly select one from each list
329
  random_selection = [random.choice(list1), random.choice(list2), random.choice(list3)]