ysharma HF staff commited on
Commit
5d253e6
1 Parent(s): 44d42d1

update html output

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -121,7 +121,7 @@ def upload_files_to_space(repo_link, hf_token):
121
  repo_url = f"https://huggingface.co/spaces/{user_name}/LangChain_{repo_name}Bot"
122
  space_name = f"{user_name}/LangChain_{repo_name}Bot"
123
  #return f"Successfully created the Chatbot at: <a href="+ repo_url + " target='_blank'>" + space_name + "</a>"
124
- return "<p style='color: orange; text-align: center; font-size: 24px; background-color: lightgray; display: inline-block;'>Successfully created the Chatbot at: <a href="+ repo_url + " target='_blank'>" + space_name + "</a></p>"
125
  #<p style="color: orange; text-align: center; font-size: 24px; background-color: lightgray; display: inline-block;">This is some text</p>
126
 
127
 
 
121
  repo_url = f"https://huggingface.co/spaces/{user_name}/LangChain_{repo_name}Bot"
122
  space_name = f"{user_name}/LangChain_{repo_name}Bot"
123
  #return f"Successfully created the Chatbot at: <a href="+ repo_url + " target='_blank'>" + space_name + "</a>"
124
+ return "<p style='color: orange; text-align: center; font-size: 24px; background-color: lightgray;'>Successfully created the Chatbot at: <a href="+ repo_url + " target='_blank'>" + space_name + "</a></p>"
125
  #<p style="color: orange; text-align: center; font-size: 24px; background-color: lightgray; display: inline-block;">This is some text</p>
126
 
127