Spaces:
Runtime error
Runtime error
Ankur Goyal
commited on
Commit
•
2919076
1
Parent(s):
bc6a638
Fix url case
Browse files
app.py
CHANGED
@@ -48,7 +48,7 @@ def load_file_cb():
|
|
48 |
st.session_state.document = document
|
49 |
|
50 |
|
51 |
-
def
|
52 |
if st.session_state.url_input is None:
|
53 |
return
|
54 |
|
|
|
48 |
st.session_state.document = document
|
49 |
|
50 |
|
51 |
+
def load_url_cb():
|
52 |
if st.session_state.url_input is None:
|
53 |
return
|
54 |
|