Update header link.
Browse files
app.py
CHANGED
@@ -108,9 +108,9 @@ def update_state(requirements: [str], error: str):
|
|
108 |
|
109 |
|
110 |
with gr.Blocks(title="KiteWind") as demo:
|
111 |
-
gr.Markdown(
|
112 |
gr.Markdown(
|
113 |
-
|
114 |
selectedTab = gr.State(value='gradio-lite')
|
115 |
with gr.Tab('Gradio (gradio-lite)') as gradio_lite_tab:
|
116 |
with gr.Row():
|
|
|
108 |
|
109 |
|
110 |
with gr.Blocks(title="KiteWind") as demo:
|
111 |
+
gr.Markdown('<h1 align="center"><a href="https://huggingface.co/spaces/gstaff/KiteWind">KiteWind</a> πͺπ</h1>')
|
112 |
gr.Markdown(
|
113 |
+
'<h4 align="center">Chat-assisted web app creator by <a href="https://huggingface.co/gstaff">@gstaff</a></h4>')
|
114 |
selectedTab = gr.State(value='gradio-lite')
|
115 |
with gr.Tab('Gradio (gradio-lite)') as gradio_lite_tab:
|
116 |
with gr.Row():
|