Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|