Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -55,7 +55,7 @@ customCSS = """
|
|
55 |
"""
|
56 |
|
57 |
additional_inputs=[
|
58 |
-
gr.
|
59 |
label="System prompt",
|
60 |
value="You are a helpful assistant, with no access to external functions.",
|
61 |
info="System prompt",
|
|
|
55 |
"""
|
56 |
|
57 |
additional_inputs=[
|
58 |
+
gr.Textbox(
|
59 |
label="System prompt",
|
60 |
value="You are a helpful assistant, with no access to external functions.",
|
61 |
info="System prompt",
|