Update app.py
Browse files
app.py
CHANGED
@@ -75,4 +75,4 @@ if Run_Button == True and not len(contract)==0 and not len(question_set)==0:
|
|
75 |
|
76 |
for i, p in enumerate(predictions):
|
77 |
if i != 0: st.write(f"Question: {question_set[int(p)]}\n\nAnswer: {predictions[p]}\n\n")
|
78 |
-
|
|
|
75 |
|
76 |
for i, p in enumerate(predictions):
|
77 |
if i != 0: st.write(f"Question: {question_set[int(p)]}\n\nAnswer: {predictions[p]}\n\n")
|
78 |
+
|