Curranj commited on
Commit
63779d2
1 Parent(s): 5659063

Update app.py

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