Technozam commited on
Commit
05d8029
1 Parent(s): f74e052

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -358,7 +358,7 @@ def filecreate(x,subject,total):
358
  import gradio as gr
359
 
360
  context = gr.HTML(label="Text")
361
- file = gr.File(label="Upload your file (File must contain more than 150 words).")
362
  total = gr.Slider(1,10, value=1,step=1, label="Total Number Of Questions")
363
  subject = gr.Textbox(placeholder="Enter subject/title here...", label="Enter your title (title must contain 1 word).")
364
 
 
358
  import gradio as gr
359
 
360
  context = gr.HTML(label="Text")
361
+ file = gr.File(label="Upload your *.txt file (File must contain more than 150 words).")
362
  total = gr.Slider(1,10, value=1,step=1, label="Total Number Of Questions")
363
  subject = gr.Textbox(placeholder="Enter subject/title here...", label="Enter your title (title must contain 1 word).")
364