Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rookiepeng committed Jul 13, 2024
1 parent 8e2f154 commit ff8b25b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"""

import json
import os, shutil
import os
import shutil

# from waitress import serve
from multiprocessing import freeze_support
Expand Down Expand Up @@ -249,8 +250,6 @@ def on_modal_close(

file_dict = json.loads(file_value)

case_dir = os.path.join(data_path, case_val)

config["DATA_PATH"] = data_path
config["CASE"] = case_val
config["FILE"] = file_value
Expand Down

0 comments on commit ff8b25b

Please sign in to comment.