SiddharthAK commited on
Commit
a99f072
·
verified ·
1 Parent(s): d9c4db0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = None
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."""