5m4ck3r commited on
Commit
93f7926
·
verified ·
1 Parent(s): 98bc7ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -5
app.py CHANGED
@@ -13,11 +13,9 @@ client = InferenceClient("mistralai/Mistral-7B-Instruct-v0.3")
13
  # client = InferenceClient("nvidia/DeepSeek-R1-FP4")
14
 
15
  custom_css = """
16
- <style>
17
- .built-with {
18
- display: none !important;
19
- }
20
- </style>
21
  """
22
 
23
  def respond(
 
13
  # client = InferenceClient("nvidia/DeepSeek-R1-FP4")
14
 
15
  custom_css = """
16
+ .built-with {
17
+ display: none !important;
18
+ }
 
 
19
  """
20
 
21
  def respond(