Spaces:
Sleeping
Sleeping
IliaLarchenko
commited on
Commit
•
fdae8f6
1
Parent(s):
4e6ea87
Changed title
Browse files
app.py
CHANGED
@@ -48,7 +48,7 @@ def hide_solution():
|
|
48 |
|
49 |
# Interface
|
50 |
|
51 |
-
with gr.Blocks() as demo:
|
52 |
if os.getenv("IS_DEMO"):
|
53 |
gr.Markdown(instruction["demo"])
|
54 |
|
|
|
48 |
|
49 |
# Interface
|
50 |
|
51 |
+
with gr.Blocks(title="AI Interviewer") as demo:
|
52 |
if os.getenv("IS_DEMO"):
|
53 |
gr.Markdown(instruction["demo"])
|
54 |
|