teragron commited on
Commit
ae6f4fd
1 Parent(s): 587ede0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -2,8 +2,8 @@ import gradio as gr
2
 
3
  def process_inputs(P, G, T):
4
  # Process the inputs and generate the output
5
- output = ((((98*float(P)/100))/float(G))*99.9/100)*float(T)
6
- return output - 14000
7
 
8
  input1 = gr.Textbox(label="Yatırılan Para")
9
  input2 = gr.Textbox(label="Binance Global alış")
 
2
 
3
  def process_inputs(P, G, T):
4
  # Process the inputs and generate the output
5
+ output = ((((98*float(P)/100))/float(G))*99.9/100)*float(T) - float(P)
6
+ return output
7
 
8
  input1 = gr.Textbox(label="Yatırılan Para")
9
  input2 = gr.Textbox(label="Binance Global alış")