devin-ai commited on
Commit
c2d1083
·
verified ·
1 Parent(s): 2cb3c29

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -106,5 +106,5 @@ if submit:
106
  st.header("response")
107
  for row in response:
108
  values = [str(value) for value in row]
109
- st.write(*values)
110
 
 
106
  st.header("response")
107
  for row in response:
108
  values = [str(value) for value in row]
109
+ st.write(*values)
110