Multichem commited on
Commit
23cfc60
·
1 Parent(s): 1122625

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -9,9 +9,6 @@ import numpy as np
9
  import pandas as pd
10
  import streamlit as st
11
  import gspread
12
- import tracemalloc
13
-
14
- tracemalloc.start()
15
 
16
  @st.cache_resource
17
  def init_conn():
@@ -753,7 +750,7 @@ with tab2:
753
  scaling_var = 15
754
 
755
  with col2:
756
- with st.conatainer():
757
  if st.button("Simulate Contest", key='sim1'):
758
  try:
759
  del dst_freq
 
9
  import pandas as pd
10
  import streamlit as st
11
  import gspread
 
 
 
12
 
13
  @st.cache_resource
14
  def init_conn():
 
750
  scaling_var = 15
751
 
752
  with col2:
753
+ with st.container():
754
  if st.button("Simulate Contest", key='sim1'):
755
  try:
756
  del dst_freq