yaleh commited on
Commit
e731e88
·
1 Parent(s): 7718e03

Dislabled flagging.

Browse files
Files changed (1) hide show
  1. app/gradio_meta_prompt.py +2 -1
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