jitinpatronus commited on
Commit
b009ed2
·
verified ·
1 Parent(s): 028c805

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ with gr.Blocks() as demo:
93
  yaml_front_matter = re.compile(r"^---\s*.*?\s*---\s*", re.DOTALL)
94
  readme_content_without_yaml = re.sub(yaml_front_matter, "", README_CONTENT).strip()
95
 
96
- with gr.Tab("README"):
97
  gr.Markdown(readme_content_without_yaml)
98
 
99
  if __name__ == "__main__":
 
93
  yaml_front_matter = re.compile(r"^---\s*.*?\s*---\s*", re.DOTALL)
94
  readme_content_without_yaml = re.sub(yaml_front_matter, "", README_CONTENT).strip()
95
 
96
+ with gr.Tab("📖 README"):
97
  gr.Markdown(readme_content_without_yaml)
98
 
99
  if __name__ == "__main__":