Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -18,7 +18,7 @@ def query(payload):
|
|
| 18 |
user_input = st.text_input("You:", "")
|
| 19 |
|
| 20 |
|
| 21 |
-
|
| 22 |
# Submit button
|
| 23 |
if st.button("Send"):
|
| 24 |
if user_input.strip() != "":
|
|
@@ -38,7 +38,7 @@ if st.button("Send"):
|
|
| 38 |
# Title and description
|
| 39 |
st.title("Large Language Model Chat API")
|
| 40 |
|
| 41 |
-
|
| 42 |
# Model selection
|
| 43 |
model = st.radio(
|
| 44 |
"Model",
|
|
|
|
| 18 |
user_input = st.text_input("You:", "")
|
| 19 |
|
| 20 |
|
| 21 |
+
|
| 22 |
# Submit button
|
| 23 |
if st.button("Send"):
|
| 24 |
if user_input.strip() != "":
|
|
|
|
| 38 |
# Title and description
|
| 39 |
st.title("Large Language Model Chat API")
|
| 40 |
|
| 41 |
+
'''
|
| 42 |
# Model selection
|
| 43 |
model = st.radio(
|
| 44 |
"Model",
|