Spaces:
Runtime error
Runtime error
Upload app.py
Browse files
app.py
CHANGED
@@ -196,11 +196,7 @@ with gr.Blocks(theme='gradio/soft') as demo:
|
|
196 |
901234567 901234568 901234569 901234570 None of These
|
197 |
100 Data Science Artificial Intelligence_Eng - PART A 234567890 123456789
|
198 |
123456789 123456790 123456791 123456792 None of These""", lines=5)
|
199 |
-
gr.Markdown(""
|
200 |
-
|
201 |
-

|
202 |
-
|
203 |
-
""")
|
204 |
url = gr.Textbox(label="Link to your Answers URL",placeholder="https://cdn3.digialm.com//per/g28/pub/XXXX/touchstone/AssessmentQPHTMLMode1//XXXXXXXX/XXXXXXXX/XXXXXXXX/XXXXXXXXXXX.html")
|
205 |
btn = gr.Button(value="Check Your Answer!")
|
206 |
out = gr.Textbox(value="", label="Output")
|
|
|
196 |
901234567 901234568 901234569 901234570 None of These
|
197 |
100 Data Science Artificial Intelligence_Eng - PART A 234567890 123456789
|
198 |
123456789 123456790 123456791 123456792 None of These""", lines=5)
|
199 |
+
gr.Markdown("")
|
|
|
|
|
|
|
|
|
200 |
url = gr.Textbox(label="Link to your Answers URL",placeholder="https://cdn3.digialm.com//per/g28/pub/XXXX/touchstone/AssessmentQPHTMLMode1//XXXXXXXX/XXXXXXXX/XXXXXXXX/XXXXXXXXXXX.html")
|
201 |
btn = gr.Button(value="Check Your Answer!")
|
202 |
out = gr.Textbox(value="", label="Output")
|