kopia lustrzana https://github.com/marceloprates/prettymaps
updated app
rodzic
421ff6c25a
commit
fe064afa79
|
|
@ -1,9 +1,14 @@
|
|||
import streamlit as st
|
||||
import prettymaps
|
||||
import logging
|
||||
from matplotlib import pyplot as plt
|
||||
import subprocess
|
||||
|
||||
try:
|
||||
import prettymaps
|
||||
except:
|
||||
subprocess.run(["pip", "install", "prettymaps"])
|
||||
import prettymaps
|
||||
|
||||
logging.basicConfig(
|
||||
level=logging.INFO, format="%(asctime)s - %(levelname)s - %(message)s"
|
||||
)
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue