Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ with block as demo:
48
  with gr.Row().style(mobile_collapse=False, equal_height=True):
49
 
50
  text = gr.Textbox(
51
- value = "Kitty cat",
52
  label="Enter your prompt", show_label=False, max_lines=1
53
  ).style(
54
  border=(True, False, True, True),
 
48
  with gr.Row().style(mobile_collapse=False, equal_height=True):
49
 
50
  text = gr.Textbox(
51
+ value = "Cute Hedgehog",
52
  label="Enter your prompt", show_label=False, max_lines=1
53
  ).style(
54
  border=(True, False, True, True),