Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -83,6 +83,3 @@ def calculate_probabilities(A, B, C, AB, AC, BC, ABC, U):
|
|
83 |
# Convert to DataFrame for better visualization
|
84 |
df = pd.DataFrame(list(formatted_probs.items()), columns=["Descripci贸n", "Valor"])
|
85 |
return df
|
86 |
-
|
87 |
-
# This function should be integrated with the main part of the app or interface
|
88 |
-
# It could be connected to a gradio UI, for example, to allow interactive use
|
|
|
83 |
# Convert to DataFrame for better visualization
|
84 |
df = pd.DataFrame(list(formatted_probs.items()), columns=["Descripci贸n", "Valor"])
|
85 |
return df
|
|
|
|
|
|