peterciank commited on
Commit
d3360dd
·
verified ·
1 Parent(s): b7c86f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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",