Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -501,7 +501,7 @@ def calculate_dot_product_and_representations_independent(query_model_choice, do
|
|
| 501 |
|
| 502 |
|
| 503 |
# Global variable to store the share URL once the app is launched
|
| 504 |
-
global_share_url =
|
| 505 |
|
| 506 |
def get_current_share_url():
|
| 507 |
"""Returns the globally stored share URL."""
|
|
|
|
| 501 |
|
| 502 |
|
| 503 |
# Global variable to store the share URL once the app is launched
|
| 504 |
+
global_share_url = "https://huggingface.co/spaces/SiddharthAK/TextLSRDemo"
|
| 505 |
|
| 506 |
def get_current_share_url():
|
| 507 |
"""Returns the globally stored share URL."""
|