drguilhermeapolinario commited on
Commit
1177497
·
verified ·
1 Parent(s): 6a4658b

Update views/pdf_chat.py

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