Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -37,5 +37,6 @@ gr.Interface(
|
|
37 |
inputs=inputs,
|
38 |
outputs=outputs,
|
39 |
title="Compare GPT Models",
|
40 |
-
description="Enter your question to get responses from GPT-3.5 Turbo and GPT-4o models, compare the results"
|
|
|
41 |
).launch(show_api=False)
|
|
|
37 |
inputs=inputs,
|
38 |
outputs=outputs,
|
39 |
title="Compare GPT Models",
|
40 |
+
description="Enter your question to get responses from GPT-3.5 Turbo and GPT-4o models, compare the results",
|
41 |
+
css="styles.css"
|
42 |
).launch(show_api=False)
|