Spaces:
Building
Building
update sign in text
Browse files
app.py
CHANGED
|
@@ -5764,7 +5764,7 @@ def update_ui_for_auth_status(profile: gr.OAuthProfile | None = None, token: gr.
|
|
| 5764 |
# Disable main input and button with clear messaging
|
| 5765 |
input: gr.update(
|
| 5766 |
interactive=False,
|
| 5767 |
-
placeholder="π
|
| 5768 |
),
|
| 5769 |
btn: gr.update(interactive=False, variant="secondary")
|
| 5770 |
}
|
|
|
|
| 5764 |
# Disable main input and button with clear messaging
|
| 5765 |
input: gr.update(
|
| 5766 |
interactive=False,
|
| 5767 |
+
placeholder="π Click Sign in with Hugging Face button to use AnyCoder for free"
|
| 5768 |
),
|
| 5769 |
btn: gr.update(interactive=False, variant="secondary")
|
| 5770 |
}
|