Ocillus commited on
Commit
6219809
·
verified ·
1 Parent(s): bf98d4b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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('Introduction.txt',mode='r') as file:
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