Spaces:
Runtime error
Runtime error
update html output
Browse files
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;
|
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 |
|