yasunai commited on
Commit
ba5207a
β€’
1 Parent(s): 09edcf2

fix app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,4 +15,4 @@ def generate(prompt):
15
  input_component = gr.Textbox(label = "Input a question", value = "θ³ͺ問してください")
16
  output_component = gr.Textbox(label = "Prompt")
17
  description = "🐢"
18
- gr.Interface(generate, inputs = input_component, outputs=output_component, examples=examples, title = "πŸ‘¨πŸ»β€πŸŽ€ ChatGPT Prompt Generator πŸ‘¨πŸ»β€πŸŽ€", description=description).launch()
 
15
  input_component = gr.Textbox(label = "Input a question", value = "θ³ͺ問してください")
16
  output_component = gr.Textbox(label = "Prompt")
17
  description = "🐢"
18
+ gr.Interface(generate, inputs = input_component, outputs=output_component, examples=examples, title = "Mr BotπŸ€–").launch()