Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -348,7 +348,7 @@ with tab2:
|
|
348 |
<script>
|
349 |
const url = new URL(window.location.href);
|
350 |
url.searchParams.delete("code");
|
351 |
-
window.
|
352 |
</script>
|
353 |
""", unsafe_allow_html=True)
|
354 |
|
|
|
348 |
<script>
|
349 |
const url = new URL(window.location.href);
|
350 |
url.searchParams.delete("code");
|
351 |
+
window.location.href = url.pathname;
|
352 |
</script>
|
353 |
""", unsafe_allow_html=True)
|
354 |
|