georeactor commited on
Commit
08ee259
1 Parent(s): 6af9cac

temp. link

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -135,6 +135,6 @@ iface = gr.Interface(
135
  gr.components.Textbox(label="Most probable code"),
136
  gr.components.Textbox(label="Probability of concat"),
137
  ],
138
- description="Prompt the code model to write a SQL query with string concatenation - Evaluation on CodeParrot-small - leaderboard coming at https://code-adv.herokuapp.com/dbcompose",
139
  )
140
  iface.launch()
 
135
  gr.components.Textbox(label="Most probable code"),
136
  gr.components.Textbox(label="Probability of concat"),
137
  ],
138
+ description="Prompt the code model to write a SQL query with string concatenation - Evaluation on CodeParrot-small - leaderboard coming at https://mapmeld.com/code-adversary/",
139
  )
140
  iface.launch()