wuchangsheng951 commited on
Commit
76019cf
1 Parent(s): be73ea3

Add application file

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -287,7 +287,7 @@ with gr.Blocks() as demo:
287
  with gr.Row():
288
  repo_link = gr.Textbox(
289
  placeholder="Paste your repo_link and press Enter ↵️",
290
- label = 'repo_link',
291
 
292
  show_label=True,
293
  lines=1,
 
287
  with gr.Row():
288
  repo_link = gr.Textbox(
289
  placeholder="Paste your repo_link and press Enter ↵️",
290
+ label = 'repo_link like: https://github.com/wuchangsheng951/RepoGPT',
291
 
292
  show_label=True,
293
  lines=1,