Technozam commited on
Commit
f1d8bcc
·
1 Parent(s): 7374b4d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -200,7 +200,7 @@ import gradio as gr
200
  context = gr.HTML(label="Text")
201
  subjectfile = gr.Textbox(placeholder="Enter subject/title here...", label="Enter your title (title must contain 1 word).")
202
 
203
- file = gr.File(label="Upload your file (File must contain more than 150 words).")
204
 
205
  fface = gr.Interface(
206
  fn=filecreate,
 
200
  context = gr.HTML(label="Text")
201
  subjectfile = gr.Textbox(placeholder="Enter subject/title here...", label="Enter your title (title must contain 1 word).")
202
 
203
+ file = gr.File(label="Upload your *.txt file (File must contain more than 150 words).")
204
 
205
  fface = gr.Interface(
206
  fn=filecreate,