xtlyxt commited on
Commit
e99de43
·
verified ·
1 Parent(s): a1ed311

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -158,7 +158,10 @@ st.write("results info:", results)
158
 
159
 
160
  # Generate DataFrame from results
161
- if st.button("Generate DataFrame") and results:
 
 
 
162
  st.write("results info inner loop:", results)
163
 
164
  # Initialize an empty dictionary to store the scores
 
158
 
159
 
160
  # Generate DataFrame from results
161
+ if st.button("Generate DataFrame"):
162
+
163
+ #if st.button("Generate DataFrame") and results:
164
+
165
  st.write("results info inner loop:", results)
166
 
167
  # Initialize an empty dictionary to store the scores