allenpark commited on
Commit
c134819
·
1 Parent(s): e8798dd

fix: remove background

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -121,11 +121,7 @@ theme = gr.themes.Default(
121
  rgba(55, 62, 134, 0.3) 66.48%,
122
  rgba(49, 56, 121, 0.3) 66.49%
123
  )
124
- """,
125
- background={
126
- "filter": "blur(273.5px)",
127
- "border-radius": "2689px"
128
- })
129
 
130
  def format_string(retrieved_context, user_input, model_output, gold_answer):
131
  parts = []
 
121
  rgba(55, 62, 134, 0.3) 66.48%,
122
  rgba(49, 56, 121, 0.3) 66.49%
123
  )
124
+ """)
 
 
 
 
125
 
126
  def format_string(retrieved_context, user_input, model_output, gold_answer):
127
  parts = []