Amitontheweb commited on
Commit
c092dcd
·
1 Parent(s): 5ee6f5d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -45,9 +45,9 @@ def paraphrase(
45
 
46
  return res1, res2, res3
47
 
48
- output1 = gr.Textbox(label="**Rephrased: Option 1**")
49
- output2 = gr.Textbox(label="**Rephrased: Option 2**")
50
- output3 = gr.Textbox(label="**Rephrased: Option 3**")
51
 
52
  iface = gr.Interface(fn=paraphrase,
53
  inputs=["text"],
 
45
 
46
  return res1, res2, res3
47
 
48
+ output1 = gr.Textbox(label="Rephrased: Option 1", placeholder="Type or paste here..")
49
+ output2 = gr.Textbox(label="Rephrased: Option 2")
50
+ output3 = gr.Textbox(label="Rephrased: Option 3")
51
 
52
  iface = gr.Interface(fn=paraphrase,
53
  inputs=["text"],