sudip1310 commited on
Commit
b77e9e5
1 Parent(s): bf79f6a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ iface = gr.Interface(
30
  inputs=gr.inputs.Textbox(lines=2, placeholder="Enter text here..."),
31
  outputs=gr.outputs.Textbox(),
32
  title="Text Generation App",
33
- description="Enter some text and see the generated output.",
34
  )
35
 
36
  # Launch the Gradio interface
 
30
  inputs=gr.inputs.Textbox(lines=2, placeholder="Enter text here..."),
31
  outputs=gr.outputs.Textbox(),
32
  title="Text Generation App",
33
+ description="Enter some data (Example : Russia | leader | Putin)",
34
  )
35
 
36
  # Launch the Gradio interface