Spaces:
Sleeping
Sleeping
fixed the about app
Browse files
app.py
CHANGED
|
@@ -142,14 +142,14 @@ The script is executed by calling the `main` function if the script is run as th
|
|
| 142 |
if __name__ == "__main__":
|
| 143 |
main()"""
|
| 144 |
|
|
|
|
|
|
|
|
|
|
| 145 |
st.write("## Instructions")
|
| 146 |
-
st.write("Do not run this code on Huggingface.
|
| 147 |
st.write("Make sure you have the required files in the data/asl_data folder.")
|
| 148 |
st.stop()
|
| 149 |
|
| 150 |
-
with st.expander("About", expanded=True):
|
| 151 |
-
st.write (about)
|
| 152 |
-
|
| 153 |
try:
|
| 154 |
|
| 155 |
# Load and convert dataframes to Hugging Face datasets
|
|
|
|
| 142 |
if __name__ == "__main__":
|
| 143 |
main()"""
|
| 144 |
|
| 145 |
+
with st.expander("About", expanded=True):
|
| 146 |
+
st.write (about)
|
| 147 |
+
|
| 148 |
st.write("## Instructions")
|
| 149 |
+
st.write("Do not run this code on Huggingface. Download the code and run it on your local machine.")
|
| 150 |
st.write("Make sure you have the required files in the data/asl_data folder.")
|
| 151 |
st.stop()
|
| 152 |
|
|
|
|
|
|
|
|
|
|
| 153 |
try:
|
| 154 |
|
| 155 |
# Load and convert dataframes to Hugging Face datasets
|