Spaces:
Running
Running
Update dashboard.py
Browse files- dashboard.py +1 -1
dashboard.py
CHANGED
|
@@ -151,7 +151,7 @@ with gr.Blocks(theme=gr.themes.Soft(), title="VerifiAI - Deepfake Detector") as
|
|
| 151 |
predict_btn = gr.Button("Predict", variant="primary")
|
| 152 |
|
| 153 |
with gr.Tab(ABOUT_TAB_NAME, id=ABOUT_TAB_NAME): about.layout()
|
| 154 |
-
with gr.Tab(COMMUNITY_TAB_NAME, id=COMMUNITY_TAB_NAME): community.layout()
|
| 155 |
with gr.Tab(GUIDE_TAB_NAME, id=GUIDE_TAB_NAME): user_guide.layout()
|
| 156 |
|
| 157 |
gr.HTML("""
|
|
|
|
| 151 |
predict_btn = gr.Button("Predict", variant="primary")
|
| 152 |
|
| 153 |
with gr.Tab(ABOUT_TAB_NAME, id=ABOUT_TAB_NAME): about.layout()
|
| 154 |
+
with gr.Tab(COMMUNITY_TAB_NAME, id=COMMUNITY_TAB_NAME): community.layout(is_logged_in)
|
| 155 |
with gr.Tab(GUIDE_TAB_NAME, id=GUIDE_TAB_NAME): user_guide.layout()
|
| 156 |
|
| 157 |
gr.HTML("""
|