Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -102,7 +102,7 @@ def update_char_counter(text):
|
|
| 102 |
remaining_chars = 180 - len(text)
|
| 103 |
return f"Caractères restants : {remaining_chars}"
|
| 104 |
|
| 105 |
-
# Interface Gradio
|
| 106 |
def create_interface():
|
| 107 |
with gr.Blocks() as demo:
|
| 108 |
# Ajouter une image ou un logo
|
|
|
|
| 102 |
remaining_chars = 180 - len(text)
|
| 103 |
return f"Caractères restants : {remaining_chars}"
|
| 104 |
|
| 105 |
+
# Interface Gradio trest
|
| 106 |
def create_interface():
|
| 107 |
with gr.Blocks() as demo:
|
| 108 |
# Ajouter une image ou un logo
|