Update app.py
Browse files
app.py
CHANGED
@@ -68,7 +68,7 @@ def fx_dt(dc,x,y):
|
|
68 |
|
69 |
demo=gr.Blocks(css="#jsc:hover{background-color: red;}")
|
70 |
with demo:
|
71 |
-
with gr.Tabs(selected=
|
72 |
with gr.TabItem("测试1"):
|
73 |
with gr.Column():
|
74 |
text_input=gr.Textbox(placeholder='请输入测试字符串',label="请输入需要MD5加密的测试内容")
|
|
|
68 |
|
69 |
demo=gr.Blocks(css="#jsc:hover{background-color: red;}")
|
70 |
with demo:
|
71 |
+
with gr.Tabs(selected=5):
|
72 |
with gr.TabItem("测试1"):
|
73 |
with gr.Column():
|
74 |
text_input=gr.Textbox(placeholder='请输入测试字符串',label="请输入需要MD5加密的测试内容")
|