rubend18 commited on
Commit
b82dc17
1 Parent(s): 60b9212

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -121,7 +121,7 @@ demo = gr.Interface(fn=generate_prompt,
121
  outputs=value3,
122
  title="ChatGPT Prompt Generator",
123
  examples=examples,
124
- description='ChatGPT Prompt Generator'
125
  )
126
 
127
  demo.launch(debug=True)
 
121
  outputs=value3,
122
  title="ChatGPT Prompt Generator",
123
  examples=examples,
124
+ description="ChatGPT Prompt Generator has been developed by Rubén Darío Jaramillo. You can reach me via email at rubend18@hotmail.com or WhatsApp at +593 93 979 6676."
125
  )
126
 
127
  demo.launch(debug=True)