Spaces:
Running
Running
Update app.py
Browse files
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
|
339 |
with s2:
|
340 |
-
suggestion_button("Who
|
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 |
|