seawolf2357 commited on
Commit
86ad50a
·
verified ·
1 Parent(s): 905c089

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -53,6 +53,7 @@ def build_gradio_app(css=css):
53
  submit_button = gr.Button("변환하기")
54
 
55
  output_text = gr.Textbox(label="결과")
 
56
 
57
  def process_and_output(image):
58
  latex_result = get_latex_from_image_all_formats(image)
 
53
  submit_button = gr.Button("변환하기")
54
 
55
  output_text = gr.Textbox(label="결과")
56
+ latex_iframe = gr.HTML(value='<iframe src="https://www.mathjax.org/#demo" style="width: 100%; height: 700px; border: 2px solid #007bff; border-radius: 8px;"></iframe>', elem_id="latex_iframe")
57
 
58
  def process_and_output(image):
59
  latex_result = get_latex_from_image_all_formats(image)