Update app.py
Browse files
app.py
CHANGED
@@ -57,7 +57,7 @@ def show_results(outputs):
|
|
57 |
return gr.Group(visible=True)
|
58 |
|
59 |
with gr.Blocks() as iface:
|
60 |
-
gr.Image(value="appendix/icon.jpeg", label="icon", width=
|
61 |
gr.Markdown("""
|
62 |
# Multimodal Behavioral Anomalies Detection
|
63 |
|
|
|
57 |
return gr.Group(visible=True)
|
58 |
|
59 |
with gr.Blocks() as iface:
|
60 |
+
gr.Image(value="appendix/icon.jpeg", label="icon", width=50)
|
61 |
gr.Markdown("""
|
62 |
# Multimodal Behavioral Anomalies Detection
|
63 |
|