gstaff commited on
Commit
c1211e8
β€’
1 Parent(s): 7df958b

Update header link.

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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("<h1 id=\"TEST\" align=\"center\"><a href=\"?\">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():
 
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():