TejAndrewsACC commited on
Commit
75151fa
·
verified ·
1 Parent(s): 50bada8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -47,7 +47,8 @@ ui = gr.Interface(
47
  gr.Image(type="pil", label="Upload an Image (Optional)")
48
  ],
49
  outputs=gr.Textbox(label="Response from the chatbot"),
50
- title="AI Chatbot with Direct Image Upload"
 
51
  )
52
 
53
  # Launch the UI
 
47
  gr.Image(type="pil", label="Upload an Image (Optional)")
48
  ],
49
  outputs=gr.Textbox(label="Response from the chatbot"),
50
+ title="AI Chatbot with Direct Image Upload",
51
+ theme="TejAndrewsACC/zetaofficalthemeacc"
52
  )
53
 
54
  # Launch the UI