Update app.py
Browse files
app.py
CHANGED
@@ -1945,8 +1945,6 @@ def load_component(name, file_type):
|
|
1945 |
|
1946 |
|
1947 |
def ComponentManager():
|
1948 |
-
|
1949 |
-
st.title("AI-Generated Component Manager")
|
1950 |
|
1951 |
# Run all Python files in the directory
|
1952 |
for py_file in recursive_file_search("."):
|
|
|
1945 |
|
1946 |
|
1947 |
def ComponentManager():
|
|
|
|
|
1948 |
|
1949 |
# Run all Python files in the directory
|
1950 |
for py_file in recursive_file_search("."):
|