Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
TimStats
/
PitchPlots
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
TimStats
commited on
Apr 22, 2025
Commit
2f35c41
·
verified
·
1 Parent(s):
7a2f00b
Update app.R
Browse files
Files changed (1)
hide
show
app.R
+1
-1
app.R
CHANGED
Viewed
@@ -418,7 +418,7 @@ ui <- fluidPage(
418
419
mainPanel(
420
width = 9,
421
-
plotOutput("Plot")
422
)
423
)
424
)
418
419
mainPanel(
420
width = 9,
421
+
plotOutput("Plot"
,height = "1200px",width = "1200px"
)
422
)
423
)
424
)