jost commited on
Commit
46feeda
·
verified ·
1 Parent(s): 59bd340

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -202,7 +202,7 @@ def main():
202
 
203
 
204
  with gr.Row():
205
- output1 = gr.Textbox(label="Model 1 Response", css_class="highlight-textbox"))
206
  output2 = gr.Textbox(label="Model 2 Response")
207
 
208
  # Place this at the end of the App tab setup
 
202
 
203
 
204
  with gr.Row():
205
+ output1 = gr.Textbox(label="Model 1 Response", css_class="highlight-textbox")
206
  output2 = gr.Textbox(label="Model 2 Response")
207
 
208
  # Place this at the end of the App tab setup