awacke1 commited on
Commit
d8d6502
·
1 Parent(s): a2c8759

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -87,7 +87,6 @@ st.table(pd.DataFrame(ai_data, index=['Model']))
87
  st.json({'foo':'bar', 'fu':'ba', 'ai_data': ai_data})
88
  st.metric(label="Model Accuracy", value=ai_data['accuracy'], delta=0.02)
89
  st.button('Hit me ' + random.choice(EMOJIS))
90
- st.download_button('On the dl', pd.DataFrame({'foo': [1,2,3], 'bar': [4,5,6]}))
91
  st.checkbox('Tickle me ' + random.choice(EMOJIS))
92
  st.radio('Choose your favorite ' + DATA, ['Bar chart', 'Pie chart', 'Line chart'])
93
  st.selectbox('Select your ' + DATA, ['Sales', 'Expenses', 'Profits'])
 
87
  st.json({'foo':'bar', 'fu':'ba', 'ai_data': ai_data})
88
  st.metric(label="Model Accuracy", value=ai_data['accuracy'], delta=0.02)
89
  st.button('Hit me ' + random.choice(EMOJIS))
 
90
  st.checkbox('Tickle me ' + random.choice(EMOJIS))
91
  st.radio('Choose your favorite ' + DATA, ['Bar chart', 'Pie chart', 'Line chart'])
92
  st.selectbox('Select your ' + DATA, ['Sales', 'Expenses', 'Profits'])