Skip to content

Commit

Permalink
try to end reset loop
Browse files Browse the repository at this point in the history
  • Loading branch information
jparkhill committed Jun 4, 2021
1 parent 2f6592c commit 7f8286c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions cwarp_app.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
import warnings
warnings.filterwarnings("ignore", category=RuntimeWarning)
from cwarp_defs import *
from io import BytesIO
import datetime
import seaborn as sns

import streamlit as st

from streamlit import caching
caching.clear_cache()
st.set_page_config(layout="wide", initial_sidebar_state="expanded")

def render_latex(formula, fontsize=12, dpi=300):
Expand Down

0 comments on commit 7f8286c

Please sign in to comment.