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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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"):