Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
612 |
-
|
613 |
-
|
614 |
-
|
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 |
# """
|