ESJL commited on
Commit
ac74c2a
·
verified ·
1 Parent(s): 604e661

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -3,7 +3,8 @@ import gradio as gr
3
  import MOD_V_TCOND_Z4_008C
4
 
5
  # Adicionando um tema leve para deixar mais elegante
6
- with gr.Blocks(theme=gr.themes.Soft()) as bloco:
 
7
  with gr.Tabs():
8
  with gr.TabItem(MOD_V_TCOND_Z4_008C.title):
9
 
 
3
  import MOD_V_TCOND_Z4_008C
4
 
5
  # Adicionando um tema leve para deixar mais elegante
6
+ #with gr.Blocks(theme=gr.themes.Soft()) as bloco:
7
+ with gr.Blocks() as bloco:
8
  with gr.Tabs():
9
  with gr.TabItem(MOD_V_TCOND_Z4_008C.title):
10