Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hmb
/
uploaded-text-file-UI
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
hmb
HF staff
commited on
Dec 5, 2024
Commit
2a1309d
·
verified
·
1 Parent(s):
e889fcb
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -7,6 +7,7 @@ def run(message, history):
7
with gr.Blocks() as demo:
8
gr.ChatInterface(
9
fn=run,
10
examples=[
11
[
12
{
7
with gr.Blocks() as demo:
8
gr.ChatInterface(
9
fn=run,
10
+
fill_height=True,
11
examples=[
12
[
13
{