Spaces:
Sleeping
Sleeping
deployed v1.0.4
Browse files
app.py
CHANGED
@@ -115,6 +115,12 @@ def plot_results(specific_match_data, positive_class_probabilities, match_id, sh
|
|
115 |
def main():
|
116 |
st.title('Momentum Catcher')
|
117 |
|
|
|
|
|
|
|
|
|
|
|
|
|
118 |
uploaded_file = st.file_uploader("Upload your input CSV data", type="csv")
|
119 |
# match_id_input = st.text_input("Enter the match_id you want to analyze", "2023-wimbledon-1301")
|
120 |
|
|
|
115 |
def main():
|
116 |
st.title('Momentum Catcher')
|
117 |
|
118 |
+
st.markdown("""
|
119 |
+
To get started, you can find sample data available for download at
|
120 |
+
[Hugging Face Spaces](https://huggingface.co/spaces/Nagi-ovo/Tennis-Momentum-Tracker/tree/main/data).
|
121 |
+
This data can be used directly in this application to analyze tennis match momentum.
|
122 |
+
""")
|
123 |
+
|
124 |
uploaded_file = st.file_uploader("Upload your input CSV data", type="csv")
|
125 |
# match_id_input = st.text_input("Enter the match_id you want to analyze", "2023-wimbledon-1301")
|
126 |
|