Erva Ulusoy commited on
Commit
3f53680
Β·
1 Parent(s): 9a145bd

Update User_Guide.py

Browse files
Files changed (1) hide show
  1. pages/User_Guide.py +3 -4
pages/User_Guide.py CHANGED
@@ -53,13 +53,12 @@ Results are displayed in a sortable table, with **probabilities** indicating pre
53
 
54
  st.info("πŸ“₯ Filtered predictions can be downloaded as a CSV file.")
55
 
56
- st.subheader("5. Reset and Start Over")
57
  st.markdown("""
58
- To reset your selections and run new predictions, click **"Reset"** in the sidebar.
59
  """)
60
 
61
  st.subheader("πŸš€ Running Locally?")
62
  st.markdown("""
63
- For **larger datasets** or **custom analyses**, you can run ProtHGT locally using our **GitHub repository**:
64
- [πŸ”— ProtHGT GitHub](https://github.com/HUBioDataLab/ProtHGT)
65
  """)
 
53
 
54
  st.info("πŸ“₯ Filtered predictions can be downloaded as a CSV file.")
55
 
56
+ st.subheader("5. Start a New Query")
57
  st.markdown("""
58
+ After generating predictions, you can start a new query by selecting different options from the sidebar.
59
  """)
60
 
61
  st.subheader("πŸš€ Running Locally?")
62
  st.markdown("""
63
+ For **larger datasets** or **custom analyses**, you can run ProtHGT locally using our [**GitHub repository**](https://github.com/HUBioDataLab/ProtHGT).
 
64
  """)