Update app.py
Browse files
app.py
CHANGED
|
@@ -154,7 +154,7 @@ def show_taxonomy():
|
|
| 154 |
return taxonomy_text
|
| 155 |
|
| 156 |
# Create Gradio interface
|
| 157 |
-
with gr.Blocks(title="Content Moderation Chatbot", theme=gr.themes.
|
| 158 |
gr.Markdown("""
|
| 159 |
# 🛡️ Advanced Content Moderation Chatbot
|
| 160 |
|
|
|
|
| 154 |
return taxonomy_text
|
| 155 |
|
| 156 |
# Create Gradio interface
|
| 157 |
+
with gr.Blocks(title="Content Moderation Chatbot", theme=gr.themes.Ocean()) as app:
|
| 158 |
gr.Markdown("""
|
| 159 |
# 🛡️ Advanced Content Moderation Chatbot
|
| 160 |
|