thushalya
commited on
Commit
•
db87154
1
Parent(s):
957c702
Remove background
Browse files
app.py
CHANGED
@@ -419,9 +419,9 @@ def greet(tweet):
|
|
419 |
# demo = gr.Interface(fn=greet, inputs="text", outputs="text")
|
420 |
demo = gr.Interface(theme= gr.themes.Soft(),
|
421 |
title = "Unmasking Hate: An Integrated Approach to Detecting Hate Speech in Social Media",
|
422 |
-
|
423 |
-
|
424 |
-
|
425 |
# live = True,
|
426 |
# fn=greet,
|
427 |
fn=greet, inputs=gr.Textbox(placeholder="Enter an input sentence...",label="Input Sentence"),
|
|
|
419 |
# demo = gr.Interface(fn=greet, inputs="text", outputs="text")
|
420 |
demo = gr.Interface(theme= gr.themes.Soft(),
|
421 |
title = "Unmasking Hate: An Integrated Approach to Detecting Hate Speech in Social Media",
|
422 |
+
# css="""
|
423 |
+
# .gradio-container {background-color: #caf0f8}
|
424 |
+
# """,
|
425 |
# live = True,
|
426 |
# fn=greet,
|
427 |
fn=greet, inputs=gr.Textbox(placeholder="Enter an input sentence...",label="Input Sentence"),
|