Update app.py
Browse files
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,
|