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