sayakpaul HF staff commited on
Commit
eca9dc3
·
1 Parent(s): f30c6d8
__pycache__/github.cpython-39.pyc DELETED
Binary file (2.42 kB)
 
__pycache__/graphql_calls.cpython-39.pyc DELETED
Binary file (4.39 kB)
 
app.py CHANGED
@@ -108,6 +108,7 @@ demo = gr.Interface(
108
  gr.components.Checkbox(label="Ignore direct commits"),
109
  ],
110
  outputs="text",
 
111
  )
112
 
113
 
 
108
  gr.components.Checkbox(label="Ignore direct commits"),
109
  ],
110
  outputs="text",
111
+ allow_flagging="never"
112
  )
113
 
114