Cartinoe5930 commited on
Commit
0b14cab
1 Parent(s): e380890

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -238,7 +238,7 @@ with gr.Blocks() as demo:
238
  model1_output1 = gr.Textbox(label="1️⃣ model's initial response")
239
  model2_output1 = gr.Textbox(label="2️⃣ model's initial response")
240
  model3_output1 = gr.Textbox(label="3️⃣ model's initial response")
241
- summarization_text1 = gr.Textbox(lebel="Summarization 1")
242
  with gr.Row(elem_id="model2_response"):
243
  model1_output2 = gr.Textbox(label="1️⃣ model's revised response")
244
  model2_output2 = gr.Textbox(label="2️⃣ model's revised response")
 
238
  model1_output1 = gr.Textbox(label="1️⃣ model's initial response")
239
  model2_output1 = gr.Textbox(label="2️⃣ model's initial response")
240
  model3_output1 = gr.Textbox(label="3️⃣ model's initial response")
241
+ summarization_text1 = gr.Textbox(label="Summarization 1")
242
  with gr.Row(elem_id="model2_response"):
243
  model1_output2 = gr.Textbox(label="1️⃣ model's revised response")
244
  model2_output2 = gr.Textbox(label="2️⃣ model's revised response")