Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -13,7 +13,7 @@
|
|
| 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
|
| 17 |
</ul>
|
| 18 |
</div>
|
| 19 |
</body>
|
|
|
|
| 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_app.py</li>
|
| 17 |
</ul>
|
| 18 |
</div>
|
| 19 |
</body>
|