Spaces:
sahanind
/
No application file

sahanind commited on
Commit
6c30a93
1 Parent(s): 7c4a8d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ run_dl()
12
 
13
  def run_web():
14
  try:
15
- subprocess.run(["python", "appweb.py"], check=True)
16
  except subprocess.CalledProcessError as e:
17
  print(f"Error occurred: {e}")
18
  run_web()
 
12
 
13
  def run_web():
14
  try:
15
+ subprocess.run(["python", "newweb.py"], check=True)
16
  except subprocess.CalledProcessError as e:
17
  print(f"Error occurred: {e}")
18
  run_web()