Spaces:
Running
Running
update links
Browse files
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
|
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():
|