updated app

This commit is contained in:
marceloprates
2025-03-03 14:59:03 -03:00
parent 97bfa4b8c3
commit bce6af8d18

View File

@@ -2,13 +2,13 @@ import streamlit as st
import logging import logging
from matplotlib import pyplot as plt from matplotlib import pyplot as plt
import subprocess import subprocess
from draw import plot, presets 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"
) )
presets = presets().to_dict() presets = prettymaps.presets().to_dict()
# Set the title of the app # Set the title of the app
st.title("prettymaps") st.title("prettymaps")