Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -157,8 +157,7 @@ class NoteSection:
|
|
157 |
if self.contents[title].strip():
|
158 |
self.placeholders[title].markdown(f"## {title}\n{self.contents[title]}")
|
159 |
|
160 |
-
def
|
161 |
-
return_existing_contents(self, level=1) -> str:
|
162 |
existing_content = ""
|
163 |
for title, content in self.structure.items():
|
164 |
if self.contents[title].strip():
|
|
|
157 |
if self.contents[title].strip():
|
158 |
self.placeholders[title].markdown(f"## {title}\n{self.contents[title]}")
|
159 |
|
160 |
+
def return_existing_contents(self, level=1) -> str:
|
|
|
161 |
existing_content = ""
|
162 |
for title, content in self.structure.items():
|
163 |
if self.contents[title].strip():
|