Afeezee commited on
Commit
a5e2e1e
·
verified ·
1 Parent(s): 82eebde

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -196,5 +196,5 @@ with gr.Blocks() as demo:
196
  # Button to generate a Gradio link
197
  gr.Button("Detect on Twitter").click(update_on_Twitter, inputs=[text_input, text_output], outputs=link_output)
198
 
199
- # Launch the interface
200
  demo.launch()
 
196
  # Button to generate a Gradio link
197
  gr.Button("Detect on Twitter").click(update_on_Twitter, inputs=[text_input, text_output], outputs=link_output)
198
 
199
+ # Launch the interface
200
  demo.launch()