Neelanjan commited on
Commit
026f2af
·
1 Parent(s): 2f4a7ed

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
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
- ![Image](https://i.ibb.co/FVwGm6L/Screenshot-179.png)
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("![Image](https://i.ibb.co/FVwGm6L/Screenshot-179.png)")
 
 
 
 
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")