Spaces:
Runtime error
Runtime error
gaspar-avit
commited on
Commit
•
c2f78d8
1
Parent(s):
1215884
Upload app.py
Browse files
app.py
CHANGED
@@ -210,6 +210,8 @@ def generate_prediction(input_data):
|
|
210 |
{positive_proba} %</h1>",
|
211 |
unsafe_allow_html=True)
|
212 |
st.progress(positive_proba)
|
|
|
|
|
213 |
|
214 |
return probs
|
215 |
|
@@ -230,6 +232,7 @@ if __name__ == "__main__":
|
|
230 |
characteristics
|
231 |
#### Just enter your info and get a prediction.
|
232 |
""")
|
|
|
233 |
|
234 |
# Set page footer
|
235 |
# footer()
|
@@ -247,6 +250,8 @@ if __name__ == "__main__":
|
|
247 |
session.input_data = get_input_data()
|
248 |
|
249 |
# Create button to trigger poster generation
|
|
|
|
|
250 |
buffer1, col1, buffer2 = st.columns([1.3, 1, 1])
|
251 |
IS_CLICKED = col1.button(label="Generate predictions")
|
252 |
|
|
|
210 |
{positive_proba} %</h1>",
|
211 |
unsafe_allow_html=True)
|
212 |
st.progress(positive_proba)
|
213 |
+
st.text("")
|
214 |
+
st.text("")
|
215 |
|
216 |
return probs
|
217 |
|
|
|
232 |
characteristics
|
233 |
#### Just enter your info and get a prediction.
|
234 |
""")
|
235 |
+
st.text("")
|
236 |
|
237 |
# Set page footer
|
238 |
# footer()
|
|
|
250 |
session.input_data = get_input_data()
|
251 |
|
252 |
# Create button to trigger poster generation
|
253 |
+
st.text("")
|
254 |
+
st.text("")
|
255 |
buffer1, col1, buffer2 = st.columns([1.3, 1, 1])
|
256 |
IS_CLICKED = col1.button(label="Generate predictions")
|
257 |
|