Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -286,16 +286,16 @@ def chat_with_weather(message, history):
|
|
286 |
|
287 |
# Create the Gradio interface
|
288 |
with gr.Blocks(title="Weather Model Comparison") as demo:
|
289 |
-
gr.Markdown("#
|
290 |
-
gr.Markdown("Compare
|
291 |
|
292 |
with gr.Row():
|
293 |
with gr.Column():
|
294 |
-
gr.Markdown("###
|
295 |
-
weather_output = gr.Textbox(label="
|
296 |
|
297 |
with gr.Column():
|
298 |
-
gr.Markdown("###
|
299 |
chatgpt_output = gr.Textbox(label="ChatGPT Response", lines=5)
|
300 |
|
301 |
with gr.Row():
|
@@ -316,7 +316,7 @@ with gr.Blocks(title="Weather Model Comparison") as demo:
|
|
316 |
gr.Examples(
|
317 |
examples=examples,
|
318 |
inputs=input_text,
|
319 |
-
label="
|
320 |
)
|
321 |
|
322 |
# Handle the chat
|
|
|
286 |
|
287 |
# Create the Gradio interface
|
288 |
with gr.Blocks(title="Weather Model Comparison") as demo:
|
289 |
+
gr.Markdown("# nateAI - Weather")
|
290 |
+
gr.Markdown("Compare responses from nateAI to ChatGPT")
|
291 |
|
292 |
with gr.Row():
|
293 |
with gr.Column():
|
294 |
+
gr.Markdown("### nateAI")
|
295 |
+
weather_output = gr.Textbox(label="nateAI Response", lines=5)
|
296 |
|
297 |
with gr.Column():
|
298 |
+
gr.Markdown("### gpt-4o-mini")
|
299 |
chatgpt_output = gr.Textbox(label="ChatGPT Response", lines=5)
|
300 |
|
301 |
with gr.Row():
|
|
|
316 |
gr.Examples(
|
317 |
examples=examples,
|
318 |
inputs=input_text,
|
319 |
+
label="Examples"
|
320 |
)
|
321 |
|
322 |
# Handle the chat
|