mirror of
https://github.com/marceloprates/prettymaps.git
synced 2025-08-20 05:11:43 +02:00
updated app
This commit is contained in:
@@ -2,12 +2,7 @@ import streamlit as st
|
||||
import logging
|
||||
from matplotlib import pyplot as plt
|
||||
import subprocess
|
||||
|
||||
try:
|
||||
import prettymaps
|
||||
except:
|
||||
subprocess.run(["pip", "install", "prettymaps"])
|
||||
import prettymaps
|
||||
import prettymaps
|
||||
|
||||
logging.basicConfig(
|
||||
level=logging.INFO, format="%(asctime)s - %(levelname)s - %(message)s"
|
||||
|
Reference in New Issue
Block a user