Spaces:
Sleeping
Sleeping
SHASWATSINGH3101
commited on
Commit
•
36b9d4c
1
Parent(s):
740def5
Update app.py
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ iface = gr.Interface(
|
|
45 |
inputs=gr.Textbox(lines=2, placeholder="Enter your prompt here..."),
|
46 |
outputs="text",
|
47 |
title="Letter Generator",
|
48 |
-
description="Generate a letter
|
49 |
flagging_dir="/app/flagged" # Set the flagging directory
|
50 |
)
|
51 |
|
|
|
45 |
inputs=gr.Textbox(lines=2, placeholder="Enter your prompt here..."),
|
46 |
outputs="text",
|
47 |
title="Letter Generator",
|
48 |
+
description="Generate a custom letter, based on your prompt.",
|
49 |
flagging_dir="/app/flagged" # Set the flagging directory
|
50 |
)
|
51 |
|