gradio-pr-bot commited on
Commit
54e39c7
·
verified ·
1 Parent(s): cc04b51

Upload folder using huggingface_hub

Browse files
6.3.0/multimodaltextbox/Index.svelte CHANGED
@@ -121,6 +121,7 @@
121
  allow_overflow={false}
122
  padding={false}
123
  border_mode={dragging ? "focus" : "base"}
 
124
  >
125
  {#if gradio.shared.loading_status}
126
  <StatusTracker
 
121
  allow_overflow={false}
122
  padding={false}
123
  border_mode={dragging ? "focus" : "base"}
124
+ rtl={gradio.props.rtl}
125
  >
126
  {#if gradio.shared.loading_status}
127
  <StatusTracker