Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
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","
|
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)]
|