TMBoeren commited on
Commit
352538a
1 Parent(s): 85e932d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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)