Spaces:
Build error
Build error
Heiko Hotz
commited on
Commit
•
5b87f40
1
Parent(s):
628cff9
initial commit
Browse files
app.py
CHANGED
@@ -64,7 +64,7 @@ This model uses a pretrained snapshot trained on the [Atticus](https://www.attic
|
|
64 |
st.sidebar.header("Contract Selection")
|
65 |
|
66 |
# select contract
|
67 |
-
contracts_drop = ['Contract 1
|
68 |
contracts_files = ['contract-1.txt', 'contract-2.txt', 'contract-3.txt']
|
69 |
contract = st.sidebar.selectbox('Please Select a Contract', contracts_drop)
|
70 |
|
|
|
64 |
st.sidebar.header("Contract Selection")
|
65 |
|
66 |
# select contract
|
67 |
+
contracts_drop = ['Contract 1', 'Contract 2', 'Contract 3']
|
68 |
contracts_files = ['contract-1.txt', 'contract-2.txt', 'contract-3.txt']
|
69 |
contract = st.sidebar.selectbox('Please Select a Contract', contracts_drop)
|
70 |
|