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