Spaces:
Sleeping
Sleeping
Commit
·
0156b0d
1
Parent(s):
fc6fa0a
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,6 +4,8 @@ import datetime
|
|
| 4 |
|
| 5 |
st.header("#CodeWars localGPT", divider='rainbow')
|
| 6 |
|
|
|
|
|
|
|
| 7 |
option = st.selectbox('What is your role?', ('Support', 'Sales'))
|
| 8 |
|
| 9 |
st.write('You selected', option)
|
|
@@ -17,4 +19,4 @@ if prompt:
|
|
| 17 |
response = requests.get("https://dummyjson.com/products/1").text
|
| 18 |
|
| 19 |
with st.chat_message("Bot"):
|
| 20 |
-
st.write(f"{datetime.datetime.now()}", response)
|
|
|
|
| 4 |
|
| 5 |
st.header("#CodeWars localGPT", divider='rainbow')
|
| 6 |
|
| 7 |
+
st.markdown("*#CodeWars* is **really** ***cool***... :sunglasses: our focus is on quality reasoning.")
|
| 8 |
+
|
| 9 |
option = st.selectbox('What is your role?', ('Support', 'Sales'))
|
| 10 |
|
| 11 |
st.write('You selected', option)
|
|
|
|
| 19 |
response = requests.get("https://dummyjson.com/products/1").text
|
| 20 |
|
| 21 |
with st.chat_message("Bot"):
|
| 22 |
+
st.write(f"{datetime.datetime.now()}", response)
|