Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,7 +12,7 @@ def add2List(num):
|
|
| 12 |
bList.sort()
|
| 13 |
MAX = max(aList)
|
| 14 |
MIN = min(aList)
|
| 15 |
-
return aList,bList,MAX,MIN
|
| 16 |
|
| 17 |
iface = gr.Interface(fn=add2List, inputs="text", outputs=["text","text","text","text"])
|
| 18 |
iface.launch()
|
|
|
|
| 12 |
bList.sort()
|
| 13 |
MAX = max(aList)
|
| 14 |
MIN = min(aList)
|
| 15 |
+
return aList,bList,'ค่าสูงสุด '+MAX,'ค่าต่ำสุด'+MIN
|
| 16 |
|
| 17 |
iface = gr.Interface(fn=add2List, inputs="text", outputs=["text","text","text","text"])
|
| 18 |
iface.launch()
|