Spaces:
Runtime error
Runtime error
Commit
·
c80ab1d
1
Parent(s):
41fdf60
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', '
|
60 |
line('p', limitation)
|
61 |
with tag('div', klass='my-div'):
|
62 |
line('h2', 'Conclusion and Future Work:')
|
|
|
56 |
line('h2', 'Technical challenges faced during this project:')
|
57 |
line('p', td)
|
58 |
with tag('div', klass='my-div'):
|
59 |
+
line('h2', 'Limitations of this Project/Gradio Application:')
|
60 |
line('p', limitation)
|
61 |
with tag('div', klass='my-div'):
|
62 |
line('h2', 'Conclusion and Future Work:')
|