Spaces:
Running
Running
Arjun Singh commited on
Commit ·
658fb44
1
Parent(s): 5add86a
Changed tab name
Browse files
app.py
CHANGED
|
@@ -377,7 +377,7 @@ def create_interface():
|
|
| 377 |
with gr.Tabs():
|
| 378 |
|
| 379 |
# Recruiter View
|
| 380 |
-
with gr.Tab("
|
| 381 |
clear_btn = gr.Button("Clear All Databases")
|
| 382 |
clear_status = gr.Textbox(label="Clear Status")
|
| 383 |
with gr.Row():
|
|
|
|
| 377 |
with gr.Tabs():
|
| 378 |
|
| 379 |
# Recruiter View
|
| 380 |
+
with gr.Tab("Candidate Assessment"):
|
| 381 |
clear_btn = gr.Button("Clear All Databases")
|
| 382 |
clear_status = gr.Textbox(label="Clear Status")
|
| 383 |
with gr.Row():
|