Update index.html
Browse files- 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>
|
| 13 |
-
<p>
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
|
|
|
| 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>
|