FrederickSundeep commited on
Commit
09f59b6
·
1 Parent(s): 1bd88b2

commit 00031

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -36,8 +36,8 @@ def chat_fn(message, history):
36
 
37
  return reply
38
 
39
- # ✅ Gradio UI with Footer Removed
40
- with gr.Blocks(theme=gr.themes.Soft(), css="footer { display: none !important; }") as demo:
41
  gr.Markdown("## 💬 Chat with Phi-3 Mini")
42
  gr.Markdown("Welcome to your AI Assistant powered by Phi-3 Mini. Ask me anything or request code examples!")
43
 
 
36
 
37
  return reply
38
 
39
+ # ✅ Gradio UI
40
+ with gr.Blocks(theme=gr.themes.Soft()) as demo:
41
  gr.Markdown("## 💬 Chat with Phi-3 Mini")
42
  gr.Markdown("Welcome to your AI Assistant powered by Phi-3 Mini. Ask me anything or request code examples!")
43