ThePixOne commited on
Commit
f6d38e4
1 Parent(s): 93cf637

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -175,7 +175,8 @@ iface = gr.Interface(examples = [
175
  outputs = [
176
  gr.outputs.Dataframe(),
177
  ],
178
-
 
179
  allow_flagging ="manual",flagging_options = ["correct","wrong"],
180
  allow_screenshot=False)
181
 
 
175
  outputs = [
176
  gr.outputs.Dataframe(),
177
  ],
178
+ description=description,
179
+ title = title,
180
  allow_flagging ="manual",flagging_options = ["correct","wrong"],
181
  allow_screenshot=False)
182