Spaces:
Sleeping
Sleeping
IliaLarchenko
commited on
Commit
·
d6ee3f8
1
Parent(s):
900869e
Tab id
Browse files- ui/coding.py +1 -1
ui/coding.py
CHANGED
@@ -6,7 +6,7 @@ from utils.ui import add_candidate_message, add_interviewer_message
|
|
6 |
|
7 |
|
8 |
def get_problem_solving_ui(llm, tts, stt, default_audio_params, audio_output, name="Coding", interview_type="coding"):
|
9 |
-
with gr.Tab(name, render=False, elem_id=f"{
|
10 |
chat_history = gr.State([])
|
11 |
previous_code = gr.State("")
|
12 |
started_coding = gr.State(False)
|
|
|
6 |
|
7 |
|
8 |
def get_problem_solving_ui(llm, tts, stt, default_audio_params, audio_output, name="Coding", interview_type="coding"):
|
9 |
+
with gr.Tab(name, render=False, elem_id=f"{interview_type}_tab") as problem_tab:
|
10 |
chat_history = gr.State([])
|
11 |
previous_code = gr.State("")
|
12 |
started_coding = gr.State(False)
|