ruggsea commited on
Commit
99e31a8
·
1 Parent(s): 2ec628c

changing ui

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -135,10 +135,10 @@ chat_interface = gr.ChatInterface(
135
  ["How does Kant's Categorical Imperative work?"],
136
  ["What is the problem of consciousness in philosophy of mind?"],
137
  ],
138
- title="Philosophy Chat with Llama 3.1",
139
  )
140
 
141
  with gr.Blocks(css="style.css") as demo:
 
142
  gr.Markdown(DESCRIPTION)
143
  gr.DuplicateButton(
144
  value="Duplicate Space for private use",
 
135
  ["How does Kant's Categorical Imperative work?"],
136
  ["What is the problem of consciousness in philosophy of mind?"],
137
  ],
 
138
  )
139
 
140
  with gr.Blocks(css="style.css") as demo:
141
+ gr.Markdown("# Philosophy Chat with Llama 3.1")
142
  gr.Markdown(DESCRIPTION)
143
  gr.DuplicateButton(
144
  value="Duplicate Space for private use",