suhyun.kang commited on
Commit
300b938
1 Parent(s): 0ac094d

[#11] Change the title of the app

Browse files

Changes:
- Changed the title of the app to "Arena"

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -143,7 +143,7 @@ def bot(state_a, state_b, request: gr.Request):
143
  break
144
 
145
 
146
- with gr.Blocks() as app:
147
  with gr.Row():
148
  response_type_radio = gr.Radio(
149
  [response_type.value for response_type in ResponseType],
 
143
  break
144
 
145
 
146
+ with gr.Blocks(title="Arena") as app:
147
  with gr.Row():
148
  response_type_radio = gr.Radio(
149
  [response_type.value for response_type in ResponseType],