bradnow commited on
Commit
83c1cfa
·
1 Parent(s): 78f63db

Update text

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ def setup_model(model_name, intial=False):
29
 
30
  _model_hf_name = model_config.get("MODEL_HF_URL").split('https://huggingface.co/')[1]
31
  _link = f"<a href='{model_config.get('MODEL_HF_URL')}{COMMUNITY_POSTFIX_URL}' target='_blank'>{_model_hf_name}</a>"
32
- _description = f"Please use the community section on this space to provide feedback! {_link}"
33
 
34
  print(f"Switched to model {_model_hf_name}")
35
 
 
29
 
30
  _model_hf_name = model_config.get("MODEL_HF_URL").split('https://huggingface.co/')[1]
31
  _link = f"<a href='{model_config.get('MODEL_HF_URL')}{COMMUNITY_POSTFIX_URL}' target='_blank'>{_model_hf_name}</a>"
32
+ _description = f"We'd love to hear your thoughts on the model. Click here to provide feedback - {_link}"
33
 
34
  print(f"Switched to model {_model_hf_name}")
35