Spico commited on
Commit
885d7a0
·
1 Parent(s): 79d4bfd

update links

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -53,9 +53,9 @@ with gr.Blocks(css="") as demo:
53
  gr.Markdown("# ✒️ Writing Comrade")
54
  gr.Markdown("Comrade, I'm your faithful writing fellow powered by ChatGPT. Destination, commander?")
55
  gr.Markdown(
56
- "🎮 This demo is hosted on: https://huggingface.co/spaces/Spico/writing-comrade <br />"
57
- "⭐ Star me on GitHub: https://github.com/Spico197/writing-comrade <br />"
58
- "You may want to follow this instruction to get an API key: https://help.openai.com/en/articles/4936850-where-do-i-find-my-secret-api-key"
59
  )
60
 
61
  with gr.Row():
 
53
  gr.Markdown("# ✒️ Writing Comrade")
54
  gr.Markdown("Comrade, I'm your faithful writing fellow powered by ChatGPT. Destination, commander?")
55
  gr.Markdown(
56
+ "🎮 This demo is hosted on: [Huggingface Spaces](https://huggingface.co/spaces/Spico/writing-comrade) <br />"
57
+ "⭐ Star me on GitHub: [Spico197/writing-comrade](https://github.com/Spico197/writing-comrade) <br />"
58
+ "You may want to follow [this instruction](https://help.openai.com/en/articles/4936850-where-do-i-find-my-secret-api-key) to get an API key."
59
  )
60
 
61
  with gr.Row():