Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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")
|
|
|
|
|
|
|
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
|