Spaces:
Running
Running
Update views/pdf_chat.py
Browse files- views/pdf_chat.py +1 -1
views/pdf_chat.py
CHANGED
@@ -1774,7 +1774,7 @@ 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)
|
|
|
1774 |
</body>
|
1775 |
</html>
|
1776 |
'''
|
1777 |
+
noripurun = components.html(html_with_js, width=1600,height=1600)
|
1778 |
return noripurun
|
1779 |
|
1780 |
noripurun(html_with_js)
|