KaiquanMah commited on
Commit
108af0c
·
verified ·
1 Parent(s): 9584a5b

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +6 -5
index.html CHANGED
@@ -9,11 +9,12 @@
9
  <body>
10
  <div class="card">
11
  <h1>Welcome to Calendar App</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
 
17
  </div>
18
  </body>
19
  </html>
 
9
  <body>
10
  <div class="card">
11
  <h1>Welcome to Calendar App</h1>
12
+ <p>Please visit the 'Files' tab to review the calendar.py app.</p>
13
+ <p>To run the app, please</p>
14
+ <ul><li>Git clone this repository to your machine. Run 'git clone https://huggingface.co/spaces/KaiquanMah/TurkuPythonAssignment' in your Terminal</li>
15
+ <li>Go into the 'TurkuPythonAssignment' directory: cd TurkuPythonAssignment</li>
16
+ <li>Run the calendar.py app: python calendar.py</li>
17
+ </ul>
18
  </div>
19
  </body>
20
  </html>