Spaces:
Running
Running
Dislabled flagging.
Browse files
app/gradio_meta_prompt.py
CHANGED
@@ -96,7 +96,8 @@ iface = gr.Interface(
|
|
96 |
# stop_btn = gr.Button("Stop", variant="stop", visible=True),
|
97 |
title="MetaPromptGraph Chat Interface",
|
98 |
description="A chat interface for MetaPromptGraph to process user inputs and generate system messages.",
|
99 |
-
examples=config.examples_path
|
|
|
100 |
)
|
101 |
|
102 |
# Launch the Gradio app
|
|
|
96 |
# stop_btn = gr.Button("Stop", variant="stop", visible=True),
|
97 |
title="MetaPromptGraph Chat Interface",
|
98 |
description="A chat interface for MetaPromptGraph to process user inputs and generate system messages.",
|
99 |
+
examples=config.examples_path,
|
100 |
+
allow_flagging="never"
|
101 |
)
|
102 |
|
103 |
# Launch the Gradio app
|