Spaces:
Runtime error
Runtime error
Hemanth Sai Garladinne
commited on
Commit
Β·
94b1209
1
Parent(s):
055e10b
Update 3_π_Instructions.py
Browse files
frontend/pages/3_π_Instructions.py
CHANGED
@@ -5,10 +5,10 @@ from layouts.mainlayout import mainlayout
|
|
5 |
|
6 |
@mainlayout
|
7 |
def instructions():
|
8 |
-
with open("content/installation.md", "r",encoding='utf-8') as f:
|
9 |
instructions = f.read()
|
10 |
|
11 |
-
with open("content/working.md", "r",encoding='utf-8') as f:
|
12 |
working = f.read()
|
13 |
|
14 |
|
|
|
5 |
|
6 |
@mainlayout
|
7 |
def instructions():
|
8 |
+
with open("frontend/content/installation.md", "r",encoding='utf-8') as f:
|
9 |
instructions = f.read()
|
10 |
|
11 |
+
with open("frontend/content/working.md", "r",encoding='utf-8') as f:
|
12 |
working = f.read()
|
13 |
|
14 |
|