Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|