Marcus719 commited on
Commit
eaff02b
·
verified ·
1 Parent(s): 91d773e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -143,7 +143,7 @@ custom_css = """
143
  .footer-text { font-size: 0.8em; color: gray; text-align: center; }
144
  """
145
 
146
- with gr.Blocks(title="Llama 3.2 Lab2 Project", css=custom_css) as demo:
147
 
148
  # 标题头
149
  with gr.Row():
 
143
  .footer-text { font-size: 0.8em; color: gray; text-align: center; }
144
  """
145
 
146
+ with gr.Blocks(title="Llama 3.2 Lab2 Project") as demo:
147
 
148
  # 标题头
149
  with gr.Row():