Spaces:
Running
Running
Update views/pdf_chat.py
Browse files- views/pdf_chat.py +2 -2
views/pdf_chat.py
CHANGED
@@ -1774,10 +1774,10 @@ elif nested_menu == "Noripurun":
|
|
1774 |
</body>
|
1775 |
</html>
|
1776 |
'''
|
1777 |
-
noripurun = components.html(html_with_js, width=
|
1778 |
return noripurun
|
1779 |
|
1780 |
noripurun(html_with_js)
|
1781 |
-
estil()
|
1782 |
|
1783 |
|
|
|
1774 |
</body>
|
1775 |
</html>
|
1776 |
'''
|
1777 |
+
noripurun = components.html(html_with_js, width=100%,height=100%)
|
1778 |
return noripurun
|
1779 |
|
1780 |
noripurun(html_with_js)
|
1781 |
+
#estil()
|
1782 |
|
1783 |
|