cryptocalypse commited on
Commit
eeb37bc
·
verified ·
1 Parent(s): 64664a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ with gr.Blocks(title="Holmes pubication manager") as app:
51
 
52
  with gr.Tab("Publish"):
53
  tweet = gr.Textbox(value="Tweet",label="The text to tweet",scale=3)
54
- link = gr.Textbox(value="Tweet",label="Url to redirect the post",scale=3)
55
  img = gr.Image()
56
  tw_btn = gr.Button("Publish",scale=1)
57
 
 
51
 
52
  with gr.Tab("Publish"):
53
  tweet = gr.Textbox(value="Tweet",label="The text to tweet",scale=3)
54
+ link = gr.Textbox(value="Link Url",label="Url to redirect the post",scale=3)
55
  img = gr.Image()
56
  tw_btn = gr.Button("Publish",scale=1)
57