Spaces:
Runtime error
Runtime error
Commit
·
0e8609f
1
Parent(s):
cc62b3b
Update app.py
Browse files
app.py
CHANGED
@@ -433,7 +433,7 @@ with gr.Blocks(title="ChatGLM2-6B-int4", theme=gr.themes.Soft(text_size="sm")) a
|
|
433 |
)
|
434 |
deleteBtn.click(delete_last_turn, [chatbot, history], [chatbot, history])
|
435 |
|
436 |
-
with gr.Accordion("
|
437 |
etext = """In America, where cars are an important part of the national psyche, a decade ago people had suddenly started to drive less, which had not happened since the oil shocks of the 1970s. """
|
438 |
examples = gr.Examples(
|
439 |
examples=[
|
|
|
433 |
)
|
434 |
deleteBtn.click(delete_last_turn, [chatbot, history], [chatbot, history])
|
435 |
|
436 |
+
with gr.Accordion("📔 提示词示例", open=False):
|
437 |
etext = """In America, where cars are an important part of the national psyche, a decade ago people had suddenly started to drive less, which had not happened since the oil shocks of the 1970s. """
|
438 |
examples = gr.Examples(
|
439 |
examples=[
|