noumanjavaid commited on
Commit
6af84c5
·
verified ·
1 Parent(s): 2f296a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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():