Spaces:
Runtime error
Runtime error
Commit
·
09d4026
1
Parent(s):
3015f0f
Update app.py
Browse files
app.py
CHANGED
@@ -102,10 +102,9 @@ for i, question in enumerate(question_list):
|
|
102 |
scores = []
|
103 |
client = Client("https://billbojangeles2000-zephyr-7b-alpha-chatbot-karki.hf.space/")
|
104 |
ans = []
|
105 |
-
for
|
106 |
-
|
107 |
-
|
108 |
-
ans.append(res)
|
109 |
|
110 |
Quiz.form_submit_button("Submit")
|
111 |
for i in ans:
|
|
|
102 |
scores = []
|
103 |
client = Client("https://billbojangeles2000-zephyr-7b-alpha-chatbot-karki.hf.space/")
|
104 |
ans = []
|
105 |
+
for i in questions:
|
106 |
+
res = Quiz.text_input(f'{i}')
|
107 |
+
ans.append(res)
|
|
|
108 |
|
109 |
Quiz.form_submit_button("Submit")
|
110 |
for i in ans:
|