wop commited on
Commit
f4ad520
·
verified ·
1 Parent(s): 7845bc8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -91,6 +91,7 @@ customCSS = """
91
  with gr.Blocks(theme=gr.themes.Soft()) as demo:
92
  gr.ChatInterface(
93
  generate,
 
94
  additional_inputs=additional_inputs,
95
  )
96
 
 
91
  with gr.Blocks(theme=gr.themes.Soft()) as demo:
92
  gr.ChatInterface(
93
  generate,
94
+ placeholder="hello there BibleAI",
95
  additional_inputs=additional_inputs,
96
  )
97