Vaibhavbrkn commited on
Commit
6f63374
β€’
1 Parent(s): 95f5785

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -106,6 +106,6 @@ gr.Interface(func,
106
  [
107
  gr.inputs.Textbox(lines=10, label="context"),
108
  gr.inputs.Slider(minimum=1, maximum=5,
109
- default=3, label="No of Question"),
110
  ],
111
  gr.outputs.KeyValues()).launch()
 
106
  [
107
  gr.inputs.Textbox(lines=10, label="context"),
108
  gr.inputs.Slider(minimum=1, maximum=5,
109
+ default=1, label="No of Question"),
110
  ],
111
  gr.outputs.KeyValues()).launch()