Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -105,7 +105,7 @@ df2 = df2.apply(lambda col: col.map(convert_str_to_list_or_keep))
|
|
105 |
|
106 |
df['positionClosed'] = False
|
107 |
|
108 |
-
uid_input = st.text_input("Enter U_IDs to filter")
|
109 |
|
110 |
option = st.radio("Choose an option:", ["Show Position History", "Show Live Positions"])
|
111 |
|
|
|
105 |
|
106 |
df['positionClosed'] = False
|
107 |
|
108 |
+
uid_input = str.Upper(st.text_input("Enter U_IDs to filter"))
|
109 |
|
110 |
option = st.radio("Choose an option:", ["Show Position History", "Show Live Positions"])
|
111 |
|