prithivMLmods commited on
Commit
6f86011
·
verified ·
1 Parent(s): 3bcb6f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -218,7 +218,7 @@ def create_gradio_interface():
218
  inputs=image_input,
219
  label="Examples"
220
  )
221
- with gr.Tab("📕 README.md"):
222
  with gr.Accordion("(Formatted Result)", open=True):
223
  markdown_output = gr.Markdown(label="Formatted Markdown")
224
 
 
218
  inputs=image_input,
219
  label="Examples"
220
  )
221
+ with gr.Tab("📰 README.md"):
222
  with gr.Accordion("(Formatted Result)", open=True):
223
  markdown_output = gr.Markdown(label="Formatted Markdown")
224