Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -6,6 +6,10 @@ from pathlib import Path
|
|
6 |
import json
|
7 |
import numpy as np
|
8 |
|
|
|
|
|
|
|
|
|
9 |
|
10 |
# Declaring the variables for later use to talk to dataset
|
11 |
|
|
|
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 |
|