SHASWATSINGH3101 commited on
Commit
54d1b3f
1 Parent(s): adb630e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ iface = gr.Interface(
44
  fn=generate_letter,
45
  inputs=gr.Textbox(lines=2, placeholder="Enter your prompt here..."),
46
  outputs="text",
47
- title="Legal 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
  )
 
44
  fn=generate_letter,
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
  )