Spaces:
Running
Running
aliasgerovs
commited on
Commit
•
3f7f887
1
Parent(s):
1be431a
Updated
Browse files
app.py
CHANGED
@@ -246,7 +246,7 @@ def build_date(year, month, day):
|
|
246 |
|
247 |
# START OF GRADIO
|
248 |
|
249 |
-
title = "
|
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 |
-
#
|
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="")
|