BabakScrapes commited on
Commit
301671d
·
verified ·
1 Parent(s): 13bb0d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ os.system("python -m pip install typer==0.4.1")
12
  os.system("python -m pip install pydantic==1.9.2")
13
  os.system("python -m pip install matplotlib==3.4.3")
14
  os.system("python -m pip install Flask")
15
- os.ststem("python -m pip install sty==1.0.4")
16
 
17
  from flask import Flask, render_template, request, send_file, after_this_request
18
  import hashlib
 
12
  os.system("python -m pip install pydantic==1.9.2")
13
  os.system("python -m pip install matplotlib==3.4.3")
14
  os.system("python -m pip install Flask")
15
+ os.system("python -m pip install sty==1.0.4")
16
 
17
  from flask import Flask, render_template, request, send_file, after_this_request
18
  import hashlib