Spaces:
Runtime error
Runtime error
Hemanth Sai Garladinne
commited on
Commit
Β·
405ca58
1
Parent(s):
00cadbe
Update 2_π_Instructions.py
Browse files
frontend/pages/2_π_Instructions.py
CHANGED
|
@@ -9,7 +9,7 @@ def instructions():
|
|
| 9 |
with open("frontend/content/installation.md", "r",encoding='utf-8') as f:
|
| 10 |
instructions = f.read()
|
| 11 |
|
| 12 |
-
with open("content/working.md", "r",encoding='utf-8') as f:
|
| 13 |
working = f.read()
|
| 14 |
|
| 15 |
|
|
|
|
| 9 |
with open("frontend/content/installation.md", "r",encoding='utf-8') as f:
|
| 10 |
instructions = f.read()
|
| 11 |
|
| 12 |
+
with open("frontend/content/working.md", "r",encoding='utf-8') as f:
|
| 13 |
working = f.read()
|
| 14 |
|
| 15 |
|