kambris commited on
Commit
7f14c2c
·
verified ·
1 Parent(s): 484ce0b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -164,7 +164,7 @@ def get_download_link_csv(df, filename):
164
  return href
165
 
166
  st.title("Voynich Manuscript Analyzer")
167
- st.write("Upload your CSV file to discover potential patterns and character distributions.")
168
  st.info(f"**Filtered Character Set:** {' '.join(sorted(ALLOWED_CHARS))}")
169
 
170
  # Upload eva legend
 
164
  return href
165
 
166
  st.title("Voynich Manuscript Analyzer")
167
+ st.write("Upload your CSV file.")
168
  st.info(f"**Filtered Character Set:** {' '.join(sorted(ALLOWED_CHARS))}")
169
 
170
  # Upload eva legend