zakerytclarke commited on
Commit
3939908
·
verified ·
1 Parent(s): e886577

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -335,9 +335,9 @@ def main():
335
 
336
  s1, s2, s3 = st.columns([1, 2, 3])
337
  with s1:
338
- suggestion_button("Tell me about Earl Grey tea.", teapot_ai)
339
  with s2:
340
- suggestion_button("Who was born first, Alan Turing or John von Neumann?", teapot_ai)
341
  with s3:
342
  suggestion_button("Extract the year Google was founded", teapot_ai)
343
 
 
335
 
336
  s1, s2, s3 = st.columns([1, 2, 3])
337
  with s1:
338
+ suggestion_button("Tell me about TeapotLLM.", teapot_ai)
339
  with s2:
340
+ suggestion_button("Who invented quantum mechanics", teapot_ai)
341
  with s3:
342
  suggestion_button("Extract the year Google was founded", teapot_ai)
343