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

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. 6.3.0/textbox/Index.svelte +1 -0
6.3.0/textbox/Index.svelte CHANGED
@@ -57,6 +57,7 @@
57
  min_width={gradio.shared.min_width}
58
  allow_overflow={false}
59
  padding={gradio.shared.container}
 
60
  >
61
  {#if gradio.shared.loading_status}
62
  <StatusTracker
 
57
  min_width={gradio.shared.min_width}
58
  allow_overflow={false}
59
  padding={gradio.shared.container}
60
+ rtl={gradio.props.rtl}
61
  >
62
  {#if gradio.shared.loading_status}
63
  <StatusTracker