drguilhermeapolinario commited on
Commit
8da25a1
·
verified ·
1 Parent(s): 1177497

Update views/pdf_chat.py

Browse files
Files changed (1) hide show
  1. 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=100%,height=100%)
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)