axiilay commited on
Commit
e63fce5
·
1 Parent(s): 6001782

rename the tabs

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -156,9 +156,9 @@ with gr.Blocks(title="DeepSeek-OCR", theme=gr.themes.Soft()) as demo:
156
  output_image = gr.Image(
157
  interactive=False
158
  )
159
- with gr.TabItem("Markdown Output"):
160
- output_markdown = gr.Markdown(label="Markdown Formatted Result")
161
- with gr.TabItem("Text(Markdown Raw or Eval Output)"):
162
  output_text = gr.Textbox(
163
  lines=20,
164
  show_copy_button=True,
 
156
  output_image = gr.Image(
157
  interactive=False
158
  )
159
+ with gr.TabItem("Markdown Preview"):
160
+ output_markdown = gr.Markdown()
161
+ with gr.TabItem("Markdown Source(or Eval Output)"):
162
  output_text = gr.Textbox(
163
  lines=20,
164
  show_copy_button=True,