Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -62,7 +62,7 @@ def build_gradio_app(css=css):
|
|
62 |
|
63 |
examples = gr.Examples(examples=[["ko.png"], ["en.png"], ["hand.jpg"]], inputs=[image_input], fn=process_and_output, outputs=[outputs])
|
64 |
|
65 |
-
latex_iframe = gr.HTML(value='<iframe src="https://
|
66 |
|
67 |
return demo
|
68 |
|
|
|
62 |
|
63 |
examples = gr.Examples(examples=[["ko.png"], ["en.png"], ["hand.jpg"]], inputs=[image_input], fn=process_and_output, outputs=[outputs])
|
64 |
|
65 |
+
latex_iframe = gr.HTML(value='<iframe src="https://mathjax.github.io/MathJax-demos-web/input-tex_mml2chtml.html" style="width: 100%; height: 700px; border: 2px solid #007bff; border-radius: 8px;"></iframe>', elem_id="latex_iframe")
|
66 |
|
67 |
return demo
|
68 |
|