aliasgerovs commited on
Commit
3f7f887
1 Parent(s): 1be431a
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -246,7 +246,7 @@ def build_date(year, month, day):
246
 
247
  # START OF GRADIO
248
 
249
- title = "Plagiarism Demo"
250
  months = {
251
  "January": "01",
252
  "February": "02",
@@ -273,7 +273,7 @@ with gr.Blocks() as demo:
273
  domain_list = ["com", "org", "net", "int", "edu", "gov", "mil"]
274
  gr.Markdown(
275
  """
276
- # Plagiarism Detection Demo
277
  """
278
  )
279
  input_text = gr.Textbox(label="Input text", lines=5, placeholder="")
 
246
 
247
  # START OF GRADIO
248
 
249
+ title = "Copyright Checker"
250
  months = {
251
  "January": "01",
252
  "February": "02",
 
273
  domain_list = ["com", "org", "net", "int", "edu", "gov", "mil"]
274
  gr.Markdown(
275
  """
276
+ # Copyright Checker
277
  """
278
  )
279
  input_text = gr.Textbox(label="Input text", lines=5, placeholder="")