Seetha commited on
Commit
ad2d21b
1 Parent(s): 14cf836

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -608,11 +608,11 @@ def main():
608
  # shutil.copy("assets/css/tree.css", css_file)
609
  # shutil.copy("assets/css/div.css", css_file1)
610
  # shutil.copy("assets/css/side.css", css_file2)
611
- HtmlFile = open("index.html", 'r', encoding='utf-8')
612
- source_code = HtmlFile.read()
613
- #print(source_code)
614
- components.html(source_code)
615
- # # Define your javascript
616
  # my_js = """
617
  # alert("Hello World");
618
  # """
 
608
  # shutil.copy("assets/css/tree.css", css_file)
609
  # shutil.copy("assets/css/div.css", css_file1)
610
  # shutil.copy("assets/css/side.css", css_file2)
611
+ # HtmlFile = open("index.html", 'r', encoding='utf-8')
612
+ # source_code = HtmlFile.read()
613
+ # #print(source_code)
614
+ # components.html(source_code)
615
+ # # # Define your javascript
616
  # my_js = """
617
  # alert("Hello World");
618
  # """