Upload folder using huggingface_hub
Browse files
6.3.0/chatbot/Index.svelte
CHANGED
|
@@ -44,6 +44,7 @@
|
|
| 44 |
allow_overflow={true}
|
| 45 |
flex={true}
|
| 46 |
overflow_behavior="auto"
|
|
|
|
| 47 |
>
|
| 48 |
{#if gradio.shared.loading_status}
|
| 49 |
<StatusTracker
|
|
|
|
| 44 |
allow_overflow={true}
|
| 45 |
flex={true}
|
| 46 |
overflow_behavior="auto"
|
| 47 |
+
rtl={gradio.props.rtl}
|
| 48 |
>
|
| 49 |
{#if gradio.shared.loading_status}
|
| 50 |
<StatusTracker
|