BabakScrapes commited on
Commit
dd98fb4
·
verified ·
1 Parent(s): f3d52af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -12,6 +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
 
16
  from flask import Flask, render_template, request, Response, send_file, jsonify
17
  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")
16
 
17
  from flask import Flask, render_template, request, Response, send_file, jsonify
18
  import hashlib