fix double header
Browse files
app.py
CHANGED
|
@@ -63,8 +63,6 @@ def get_model(path, target, model_type):
|
|
| 63 |
# Set the title of the Streamlit app
|
| 64 |
st.title("OpenADMET Streamlit DEMO")
|
| 65 |
|
| 66 |
-
# Set the title of the Streamlit app
|
| 67 |
-
st.title("OpenADMET Streamlit DEMO")
|
| 68 |
|
| 69 |
st.markdown("## Background")
|
| 70 |
|
|
|
|
| 63 |
# Set the title of the Streamlit app
|
| 64 |
st.title("OpenADMET Streamlit DEMO")
|
| 65 |
|
|
|
|
|
|
|
| 66 |
|
| 67 |
st.markdown("## Background")
|
| 68 |
|