Spaces:
Runtime error
Runtime error
DrishtiSharma
commited on
Commit
•
93b72d6
1
Parent(s):
e51faf2
Update reader.py
Browse files
reader.py
CHANGED
@@ -42,7 +42,7 @@ def get_article():
|
|
42 |
# create html based on info.txt
|
43 |
with tag('div'):
|
44 |
with tag('div', klass='my-div'):
|
45 |
-
line('h2', 'Project Background')
|
46 |
line('p', bkgd)
|
47 |
#with tag('div', klass='my-div'):
|
48 |
#line('h2', 'Data Collection')
|
|
|
42 |
# create html based on info.txt
|
43 |
with tag('div'):
|
44 |
with tag('div', klass='my-div'):
|
45 |
+
line('h2', 'Project Background:')
|
46 |
line('p', bkgd)
|
47 |
#with tag('div', klass='my-div'):
|
48 |
#line('h2', 'Data Collection')
|