Spaces:
Sleeping
Sleeping
samyak152002
commited on
Commit
•
39c2890
1
Parent(s):
ff573e4
Update app.py
Browse files
app.py
CHANGED
@@ -67,7 +67,7 @@ def quantum_multiply(multiplicand_in, multiplier_in):
|
|
67 |
return result
|
68 |
|
69 |
def main():
|
70 |
-
st.title("Quantum Multiplication App")
|
71 |
st.write("Enter two binary numbers to perform quantum multiplication.")
|
72 |
|
73 |
multiplicand_in = st.text_input("Enter the multiplicand (binary):")
|
|
|
67 |
return result
|
68 |
|
69 |
def main():
|
70 |
+
st.title("Quantum Multiplication App Using Fourier Transform")
|
71 |
st.write("Enter two binary numbers to perform quantum multiplication.")
|
72 |
|
73 |
multiplicand_in = st.text_input("Enter the multiplicand (binary):")
|