Kang Suhyun commited on
Commit
d08754f
2 Parent(s): 0e0491e 300b938

Merge pull request #12 from Y-IAB/11-title

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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],