mr2along commited on
Commit
ea03505
·
verified ·
1 Parent(s): 3416767

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ def process_and_send(values_input):
74
  # Tạo giao diện Gradio
75
  interface = gr.Interface(
76
  fn=process_and_send,
77
- inputs=gr.Textbox(label="Nhập các giá trị (ví dụ: 1,2,3,4,5,6)",value=1e-10),
78
  outputs="text",
79
  title="Ứng dụng Gửi Dữ Liệu Lên Google Form",
80
  description="Nhập các giá trị cần thiết và nhấn 'Submit' để tính toán và gửi kết quả lên Google Form."
 
74
  # Tạo giao diện Gradio
75
  interface = gr.Interface(
76
  fn=process_and_send,
77
+ inputs=gr.Textbox(label="Nhập các giá trị (ví dụ: 1,2,3,4,5,6)",value=0.0000001),
78
  outputs="text",
79
  title="Ứng dụng Gửi Dữ Liệu Lên Google Form",
80
  description="Nhập các giá trị cần thiết và nhấn 'Submit' để tính toán và gửi kết quả lên Google Form."