Spaces:
Runtime error
Runtime error
Commit
·
32e715d
1
Parent(s):
f11127b
Update reader.py
Browse files
reader.py
CHANGED
@@ -56,7 +56,7 @@ def get_article():
|
|
56 |
line('h2', 'Technical challenges faced during this project:')
|
57 |
line('p', td)
|
58 |
with tag('div', klass='my-div'):
|
59 |
-
line('h2', 'Limitation of this Project/Gradio Application')
|
60 |
line('p', limitation)
|
61 |
with tag('div', klass='my-div'):
|
62 |
line('h2', 'Conclusion and Future Work:')
|
@@ -66,7 +66,7 @@ def get_article():
|
|
66 |
line('li', con3)
|
67 |
line('li', con4)
|
68 |
with tag('div', klass='my-div'):
|
69 |
-
line('h2', 'Team Members')
|
70 |
line('p', mems)
|
71 |
|
72 |
css = '''
|
|
|
56 |
line('h2', 'Technical challenges faced during this project:')
|
57 |
line('p', td)
|
58 |
with tag('div', klass='my-div'):
|
59 |
+
line('h2', 'Limitation of this Project/Gradio Application:')
|
60 |
line('p', limitation)
|
61 |
with tag('div', klass='my-div'):
|
62 |
line('h2', 'Conclusion and Future Work:')
|
|
|
66 |
line('li', con3)
|
67 |
line('li', con4)
|
68 |
with tag('div', klass='my-div'):
|
69 |
+
line('h2', 'Team Members:')
|
70 |
line('p', mems)
|
71 |
|
72 |
css = '''
|