Spaces:
Runtime error
Runtime error
Commit
·
73a8806
1
Parent(s):
aba9740
Update app.py
Browse files
app.py
CHANGED
@@ -4,6 +4,7 @@ import joblib
|
|
4 |
import numpy as np
|
5 |
import plotly.express as px
|
6 |
import gradio as gr
|
|
|
7 |
titik1=gr.Number(label='Node 1 (Close)')
|
8 |
titik2=gr.Number(label='Node 2 (Close)')
|
9 |
titik3=gr.Number(label='Node 3 (Close)')
|
|
|
4 |
import numpy as np
|
5 |
import plotly.express as px
|
6 |
import gradio as gr
|
7 |
+
desc='Better use Without Last Node for now (same as SMA Principle)'
|
8 |
titik1=gr.Number(label='Node 1 (Close)')
|
9 |
titik2=gr.Number(label='Node 2 (Close)')
|
10 |
titik3=gr.Number(label='Node 3 (Close)')
|