ppsingh commited on
Commit
fec55c6
1 Parent(s): 4e78f50

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -6,10 +6,7 @@ from pathlib import Path
6
  import json
7
  import numpy as np
8
 
9
- import streamlit as st
10
 
11
- text_contents = "This is some text \n" + "Iam not done \n"
12
- st.download_button('Download some text', text_contents)
13
 
14
  # Declaring the variables for later use to talk to dataset
15
 
 
6
  import json
7
  import numpy as np
8
 
 
9
 
 
 
10
 
11
  # Declaring the variables for later use to talk to dataset
12