Technozam commited on
Commit
ce87e3f
·
1 Parent(s): 57dde5f

Update app.py

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