Spaces:
Runtime error
Runtime error
commit
Browse files
app.py
CHANGED
|
@@ -31,7 +31,7 @@ def main():
|
|
| 31 |
st.title('File Editor')
|
| 32 |
|
| 33 |
# List of available files
|
| 34 |
-
files = ["LOI_ADDRESS_DATE.docx",
|
| 35 |
selected_file = st.selectbox('Select a file:', files)
|
| 36 |
|
| 37 |
current_date_format1, current_date_format2 = create_date_format()
|
|
|
|
| 31 |
st.title('File Editor')
|
| 32 |
|
| 33 |
# List of available files
|
| 34 |
+
files = ["LOI_ADDRESS_DATE.docx", "LOI_ADDRESS_D.docx", 'file3.txt']
|
| 35 |
selected_file = st.selectbox('Select a file:', files)
|
| 36 |
|
| 37 |
current_date_format1, current_date_format2 = create_date_format()
|