Technozam commited on
Commit
b9641cc
1 Parent(s): 7bfdd8c

Update app.py

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