FrederickSundeep commited on
Commit
4c41d4f
·
1 Parent(s): 27e5602

commit 00033

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -40,9 +40,7 @@ def chat_fn(message, history):
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
- gr.HTML("""<style>
44
- .svelte-1ipelgc, footer, #__footer, .footer-hidden, .wrap > .footer { display: none !important; }
45
- </style>""")
46
  gr.ChatInterface(
47
  fn=chat_fn,
48
  title="",
 
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
+
 
 
44
  gr.ChatInterface(
45
  fn=chat_fn,
46
  title="",