TracyMc commited on
Commit
ddd77b7
·
1 Parent(s): 03b1dbc
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -220,10 +220,10 @@ def create_interface():
220
  outputs=table,
221
  )
222
 
223
- with gr.TabItem("🔍 About", elem_id='about'):
224
- readme_content = urlopen(OPENCOMPASS_README).read().decode()
225
- fixed_content = fix_image_urls(readme_content)
226
- gr.Markdown(fixed_content)
227
 
228
  with gr.Row():
229
  with gr.Accordion("Citation", open=False):
 
220
  outputs=table,
221
  )
222
 
223
+ # with gr.TabItem("🔍 About", elem_id='about'):
224
+ # readme_content = urlopen(OPENCOMPASS_README).read().decode()
225
+ # fixed_content = fix_image_urls(readme_content)
226
+ # gr.Markdown(fixed_content)
227
 
228
  with gr.Row():
229
  with gr.Accordion("Citation", open=False):