Spaces:
Running
Running
Merge pull request #12 from Y-IAB/11-title
Browse files
app.py
CHANGED
@@ -133,7 +133,7 @@ def get_responses(user_prompt):
|
|
133 |
break
|
134 |
|
135 |
|
136 |
-
with gr.Blocks() as app:
|
137 |
with gr.Row():
|
138 |
response_type_radio = gr.Radio(
|
139 |
[response_type.value for response_type in ResponseType],
|
|
|
133 |
break
|
134 |
|
135 |
|
136 |
+
with gr.Blocks(title="Arena") as app:
|
137 |
with gr.Row():
|
138 |
response_type_radio = gr.Radio(
|
139 |
[response_type.value for response_type in ResponseType],
|