Skip to content

Commit 696ff54

Browse files
committed
add help tab with links to dcord and github
1 parent 34fe2c5 commit 696ff54

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

scripts/spartan/UI.py

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,15 @@ def create_root(self):
116116
" equal share of the total request. Longer than 2 seconds is recommended."
117117
)
118118

119-
save_btn = gradio.Button(value='Save')
119+
save_btn = gradio.Button(value='Update')
120120
save_btn.click(fn=self.save_btn, inputs=[thin_client_cbx, job_timeout])
121121

122+
with gradio.Tab('Help'):
123+
gradio.Markdown(
124+
"""
125+
- [Discord Server 🤝](https://discord.gg/Jpc8wnftd4)
126+
- [Github Repository </>](https://github.com/papuSpartan/stable-diffusion-webui-distributed)
127+
"""
128+
)
129+
122130
return root

0 commit comments

Comments
 (0)