Spaces:
Sleeping
Sleeping
Update app.py
Browse filesupdate long description with “Enter your question in the box at the bottom and press the return key, or click one of the 3 example questions.”
app.py
CHANGED
@@ -84,7 +84,7 @@ demo = gr.ChatInterface(
|
|
84 |
cache_examples=False,
|
85 |
type="messages",
|
86 |
description="""# openai-gpt-oss-20b
|
87 |
-
|
88 |
fill_height=True,
|
89 |
textbox=gr.Textbox(
|
90 |
label="Query Input",
|
|
|
84 |
cache_examples=False,
|
85 |
type="messages",
|
86 |
description="""# openai-gpt-oss-20b
|
87 |
+
Enter your question in the box at the bottom and press the return key, or click one of the 3 example questions.""",
|
88 |
fill_height=True,
|
89 |
textbox=gr.Textbox(
|
90 |
label="Query Input",
|