IronOneAILabs commited on
Commit
45bf8a3
1 Parent(s): f0ae82e

pull from repo - ds

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -248,6 +248,7 @@ with gr.Blocks() as app:
248
  return answer
249
 
250
  def save_qs(custom_question):
 
251
  tree = ET.ElementTree()
252
  tree.parse(DATA_FILE)
253
  root = tree.getroot()
 
248
  return answer
249
 
250
  def save_qs(custom_question):
251
+ repo.pull_from_hub()
252
  tree = ET.ElementTree()
253
  tree.parse(DATA_FILE)
254
  root = tree.getroot()