Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -165,7 +165,7 @@ with gr.Blocks() as demo:
|
|
| 165 |
gr.Markdown("# ArcanaUI v0.8")
|
| 166 |
with gr.Tabs():
|
| 167 |
with gr.TabItem("Welcome Page"):
|
| 168 |
-
with open('
|
| 169 |
intro_content = file.read()
|
| 170 |
gr.Markdown(intro_content)
|
| 171 |
|
|
|
|
| 165 |
gr.Markdown("# ArcanaUI v0.8")
|
| 166 |
with gr.Tabs():
|
| 167 |
with gr.TabItem("Welcome Page"):
|
| 168 |
+
with open('introduction.txt',mode='r') as file:
|
| 169 |
intro_content = file.read()
|
| 170 |
gr.Markdown(intro_content)
|
| 171 |
|