Ozgur Unlu
commited on
Commit
•
6d03489
1
Parent(s):
93ea004
small changes
Browse files- interface.py +1 -1
interface.py
CHANGED
@@ -64,7 +64,7 @@ def create_interface():
|
|
64 |
return None, True, True, True, placeholder_html
|
65 |
|
66 |
with gr.Blocks(theme=gr.themes.Default(), css=css) as demo:
|
67 |
-
gr.Markdown("# Marketing Campaign Compliance Checker")
|
68 |
gr.Markdown("Upload marketing material to check compliance with financial regulations.")
|
69 |
|
70 |
with gr.Row():
|
|
|
64 |
return None, True, True, True, placeholder_html
|
65 |
|
66 |
with gr.Blocks(theme=gr.themes.Default(), css=css) as demo:
|
67 |
+
gr.Markdown("# Marketing Campaign Financial Compliance Checker")
|
68 |
gr.Markdown("Upload marketing material to check compliance with financial regulations.")
|
69 |
|
70 |
with gr.Row():
|