Spaces:
Sleeping
Sleeping
cryptocalypse
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -53,6 +53,7 @@ with gr.Blocks(title="Holmes pubication manager") as app:
|
|
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 |
|
58 |
with gr.Tab("X Auth"):
|
|
|
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("Generate",scale=1)
|
57 |
tw_btn = gr.Button("Publish",scale=1)
|
58 |
|
59 |
with gr.Tab("X Auth"):
|