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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ def paraphrase(
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
 
 
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