Commit
·
3c730fe
1
Parent(s):
300ea0d
Update app.py
Browse files
app.py
CHANGED
@@ -208,7 +208,6 @@ explanations = {
|
|
208 |
'Derrida': "Jacques Derrida, a philosopher best known for developing deconstruction, a critical approach that questions the relationship between text and meaning.",
|
209 |
'Baudrillard': "Jean Baudrillard, a cultural theorist known for his analysis of consumerism, simulation, and hyperreality."
|
210 |
}
|
211 |
-
# ... [Previous code remains the same]
|
212 |
|
213 |
# Function to return the explanation based on the selected artist or style
|
214 |
def update_explanation(choice):
|
|
|
208 |
'Derrida': "Jacques Derrida, a philosopher best known for developing deconstruction, a critical approach that questions the relationship between text and meaning.",
|
209 |
'Baudrillard': "Jean Baudrillard, a cultural theorist known for his analysis of consumerism, simulation, and hyperreality."
|
210 |
}
|
|
|
211 |
|
212 |
# Function to return the explanation based on the selected artist or style
|
213 |
def update_explanation(choice):
|