updated app

This commit is contained in:
marceloprates
2025-03-03 14:54:29 -03:00
parent bd1dcb4ab8
commit 9ca09a8b2c

View File

@@ -2,13 +2,13 @@ import streamlit as st
import logging
from matplotlib import pyplot as plt
import subprocess
import prettymaps
from draw import plot, presets
logging.basicConfig(
level=logging.INFO, format="%(asctime)s - %(levelname)s - %(message)s"
)
presets = prettymaps.presets().to_dict()
presets = presets().to_dict()
# Set the title of the app
st.title("prettymaps")