mtyrrell commited on
Commit
2a6a9cf
·
1 Parent(s): c79ab01

got rid of flag ui element

Browse files
Files changed (1) hide show
  1. app/main.py +1 -0
app/main.py CHANGED
@@ -71,6 +71,7 @@ ui = gr.Interface(
71
  inputs=gr.Textbox(lines=2, placeholder="Enter query here"),
72
  outputs="text",
73
  title="ChatFed Orchestrator",
 
74
  )
75
 
76
  if __name__ == "__main__":
 
71
  inputs=gr.Textbox(lines=2, placeholder="Enter query here"),
72
  outputs="text",
73
  title="ChatFed Orchestrator",
74
+ flagging_mode="never"
75
  )
76
 
77
  if __name__ == "__main__":