mirror of
https://github.com/marceloprates/prettymaps.git
synced 2025-09-02 02:42:41 +02:00
updated app
This commit is contained in:
@@ -1,9 +1,10 @@
|
|||||||
import streamlit as st
|
import streamlit as st
|
||||||
import logging
|
import logging
|
||||||
from matplotlib import pyplot as plt
|
from matplotlib import pyplot as plt
|
||||||
import subprocess
|
|
||||||
import prettymaps
|
import prettymaps
|
||||||
|
|
||||||
|
|
||||||
logging.basicConfig(
|
logging.basicConfig(
|
||||||
level=logging.INFO, format="%(asctime)s - %(levelname)s - %(message)s"
|
level=logging.INFO, format="%(asctime)s - %(levelname)s - %(message)s"
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user