Hev832 commited on
Commit
cd84960
1 Parent(s): 6e61f9d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -63,7 +63,9 @@ def generate_response(user_input, chat_history):
63
 
64
 
65
  # Build the Gradio interface
66
- with gr.Blocks(title="Hev832/Applio") as iface:
 
 
67
  gr.Interface(
68
  fn=generate_response,
69
  inputs=[
 
63
 
64
 
65
  # Build the Gradio interface
66
+ with gr.Blocks(
67
+ theme="Hev832/Applio",
68
+ ) as iface:
69
  gr.Interface(
70
  fn=generate_response,
71
  inputs=[