Update app.py
Browse files
app.py
CHANGED
|
@@ -46,6 +46,9 @@ def main():
|
|
| 46 |
The score corresponds to the rating each answer recieved when posted on Reddit.
|
| 47 |
We unfortunately cannot verify the veracity of any of the answers posted!
|
| 48 |
""")
|
|
|
|
|
|
|
|
|
|
| 49 |
|
| 50 |
# User search
|
| 51 |
user_input = st.text_area("Search box", "What is spacetime made out of?")
|
|
|
|
| 46 |
The score corresponds to the rating each answer recieved when posted on Reddit.
|
| 47 |
We unfortunately cannot verify the veracity of any of the answers posted!
|
| 48 |
""")
|
| 49 |
+
|
| 50 |
+
st.markdown(""" To change the number of search results listed, simply move the slider located in the sidebar.
|
| 51 |
+
""")
|
| 52 |
|
| 53 |
# User search
|
| 54 |
user_input = st.text_area("Search box", "What is spacetime made out of?")
|