Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
prithivMLmods
/
Top-Prompt-Collection
like
24
Running
App
Files
Files
Community
prithivMLmods
commited on
Dec 20, 2024
Commit
1600c43
·
verified
·
1 Parent(s):
b2d2790
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-2
app.py
CHANGED
Viewed
@@ -67,8 +67,7 @@ demo = gr.ChatInterface(
67
),
68
69
],
70
-
css=css
,
71
-
theme="allenai/gradio-theme",
72
)
73
if __name__ == "__main__":
74
demo.launch()
67
),
68
69
],
70
+
css=css
71
)
72
if __name__ == "__main__":
73
demo.launch()