SHASWATSINGH3101 commited on
Commit
36b9d4c
1 Parent(s): 740def5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 informing someone of potential legal action due to a dispute or violation.",
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