aaronmat1905 commited on
Commit
fcfc64d
·
verified ·
1 Parent(s): 0a85422
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -17,8 +17,6 @@ try:
17
  except Exception as e:
18
  print(f"An error occurred: {e}")
19
  from interface import build_interface, data_model
20
- session_id = str(uuid.uuid4())
21
-
22
  if __name__ == "__main__":
23
  demo = build_interface(session_id)
24
  demo.launch()
 
17
  except Exception as e:
18
  print(f"An error occurred: {e}")
19
  from interface import build_interface, data_model
 
 
20
  if __name__ == "__main__":
21
  demo = build_interface(session_id)
22
  demo.launch()