prithivMLmods commited on
Commit
1fd5c6a
·
verified ·
1 Parent(s): 8011ed7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -13,8 +13,7 @@ iface = gr.Interface(
13
  fn=extend_prompt,
14
  inputs=gr.Text(label="Type the prompt here"),
15
  outputs=gr.TextArea(label='Extended prompt'),
16
- title=" ",
17
- theme = gr.themes.Base(primary_hue="teal",secondary_hue="teal",neutral_hue="slate")
18
  )
19
 
20
  iface.launch()
 
13
  fn=extend_prompt,
14
  inputs=gr.Text(label="Type the prompt here"),
15
  outputs=gr.TextArea(label='Extended prompt'),
16
+ title="PROMPT EXTENDER",
 
17
  )
18
 
19
  iface.launch()