Spaces:
Sleeping
Sleeping
cryptocalypse
commited on
Update app.py
Browse files
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="
|
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 |
|