Spaces:
Running
Running
Update app.py
Browse files
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__":
|