drguilhermeapolinario commited on
Commit
aa5c3f9
·
verified ·
1 Parent(s): 499c6d2

Update views/pdf_chat.py

Browse files
Files changed (1) hide show
  1. views/pdf_chat.py +3 -3
views/pdf_chat.py CHANGED
@@ -1774,10 +1774,10 @@ elif nested_menu == "Noripurun":
1774
  </body>
1775
  </html>
1776
  '''
1777
- nori = components.html(html_with_js, width=600,height=900)
1778
- return nori
1779
 
1780
- noripurun()
1781
  estil()
1782
 
1783
 
 
1774
  </body>
1775
  </html>
1776
  '''
1777
+ noripurun = components.html(html_with_js, width=600,height=900)
1778
+ return noripurun
1779
 
1780
+
1781
  estil()
1782
 
1783