fixes
Browse files- __pycache__/github.cpython-39.pyc +0 -0
- __pycache__/graphql_calls.cpython-39.pyc +0 -0
- app.py +1 -0
__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 |
|