Update app.py
Browse files
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.
|
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
|