enochsjoseph commited on
Commit
8f70b28
·
1 Parent(s): a7673ff
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ iface = gr.Interface(
93
  gr.Number(label="Number of Chunks to Display", value=DEFAULT_NUM_CHUNKS),
94
  gr.Textbox(label="Enter Query for Similarity Search", lines=2, placeholder="Type your query here.")
95
  ],
96
- outputs=gr.Dataframe(height=1000),
97
  title="Text Tokenization and Embedding Tool",
98
  description="A tool for tokenizing text and calculating embeddings. Now with similarity search feature."
99
  )
 
93
  gr.Number(label="Number of Chunks to Display", value=DEFAULT_NUM_CHUNKS),
94
  gr.Textbox(label="Enter Query for Similarity Search", lines=2, placeholder="Type your query here.")
95
  ],
96
+ outputs=gr.Dataframe(height=900),
97
  title="Text Tokenization and Embedding Tool",
98
  description="A tool for tokenizing text and calculating embeddings. Now with similarity search feature."
99
  )