Update README.md
Browse files
README.md
CHANGED
|
@@ -46,8 +46,6 @@ pinned: false
|
|
| 46 |
## Specification Outlines:
|
| 47 |
|
| 48 |
|
| 49 |
-
# RunwayML Sidebar Topics and UI Design
|
| 50 |
-
|
| 51 |
## ๐ Library
|
| 52 |
- **Assets**: Manage all your assets in one place.
|
| 53 |
- **Workspace Assets**: Access assets shared within your workspace.
|
|
@@ -80,7 +78,7 @@ pinned: false
|
|
| 80 |
- **Favorite**: Mark an asset as favorite.
|
| 81 |
- **Options**: Extra actions such as viewing, exporting, or editing the asset.
|
| 82 |
|
| 83 |
-
|
| 84 |
|
| 85 |
import streamlit as st
|
| 86 |
|
|
@@ -126,7 +124,8 @@ st.table(df)
|
|
| 126 |
|
| 127 |
|
| 128 |
|
| 129 |
-
|
|
|
|
| 130 |
|
| 131 |
# Sidebar Topics and UI Design
|
| 132 |
|
|
@@ -220,7 +219,11 @@ with cols[3]:
|
|
| 220 |
st.slider("Image size", min_value=0, max_value=100, value=50)
|
| 221 |
|
| 222 |
|
| 223 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 224 |
|
| 225 |
# Sidebar Topics and UI Design
|
| 226 |
|
|
@@ -313,7 +316,9 @@ st.write("Terms of Use | Privacy Policy")
|
|
| 313 |
|
| 314 |
|
| 315 |
|
| 316 |
-
|
|
|
|
|
|
|
| 317 |
|
| 318 |
# Sidebar Topics and UI Design
|
| 319 |
|
|
@@ -358,7 +363,10 @@ st.write("Terms of Use | Privacy Policy")
|
|
| 358 |
- **Careers**: Explore career opportunities.
|
| 359 |
|
| 360 |
|
| 361 |
-
|
|
|
|
|
|
|
|
|
|
| 362 |
|
| 363 |
# Sidebar Topics and UI Design
|
| 364 |
|
|
@@ -383,7 +391,11 @@ st.write("Terms of Use | Privacy Policy")
|
|
| 383 |
- **AI Demos**: Direct access to experimental AI demos.
|
| 384 |
|
| 385 |
|
| 386 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 387 |
|
| 388 |
# AI Demo Interface Design
|
| 389 |
|
|
@@ -409,7 +421,11 @@ st.write("Terms of Use | Privacy Policy")
|
|
| 409 |
- Button: "Try it".
|
| 410 |
|
| 411 |
|
| 412 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 413 |
import streamlit as st
|
| 414 |
|
| 415 |
# Sidebar for navigation
|
|
@@ -463,7 +479,11 @@ st.write("---")
|
|
| 463 |
st.write("๐ค Aaron Wacker | Light Mode | Help | Updates")
|
| 464 |
|
| 465 |
|
| 466 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 467 |
|
| 468 |
# Luma Dream Machine Interface Design
|
| 469 |
|
|
@@ -502,7 +522,11 @@ st.write("๐ค Aaron Wacker | Light Mode | Help | Updates")
|
|
| 502 |
- **Account**: Manage your account.
|
| 503 |
|
| 504 |
|
| 505 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 506 |
|
| 507 |
# Magnific AI Interface Design
|
| 508 |
|
|
@@ -541,9 +565,13 @@ st.write("๐ค Aaron Wacker | Light Mode | Help | Updates")
|
|
| 541 |
- **Upgrade**: Upgrade the subscription plan.
|
| 542 |
|
| 543 |
|
| 544 |
-
# GPT
|
| 545 |
|
| 546 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 547 |
|
| 548 |
## ๐ Chat Sections
|
| 549 |
- **ChatGPT**: Access the main chat interface for conversations.
|
|
@@ -632,7 +660,10 @@ st.button("Add Team Workspace")
|
|
| 632 |
# Footer information
|
| 633 |
|
| 634 |
|
| 635 |
-
|
|
|
|
|
|
|
|
|
|
| 636 |
|
| 637 |
# GPT-4o Omni Model Interface Design
|
| 638 |
|
|
@@ -669,4 +700,4 @@ st.button("Add Team Workspace")
|
|
| 669 |
## ๐ฎ Multimodal Chatbot
|
| 670 |
- **GPT-4o Multimodal ChatBot**: A chatbot to interact with, asking questions or providing guidance on the files and media being processed.
|
| 671 |
|
| 672 |
-
|
|
|
|
| 46 |
## Specification Outlines:
|
| 47 |
|
| 48 |
|
|
|
|
|
|
|
| 49 |
## ๐ Library
|
| 50 |
- **Assets**: Manage all your assets in one place.
|
| 51 |
- **Workspace Assets**: Access assets shared within your workspace.
|
|
|
|
| 78 |
- **Favorite**: Mark an asset as favorite.
|
| 79 |
- **Options**: Extra actions such as viewing, exporting, or editing the asset.
|
| 80 |
|
| 81 |
+
```python
|
| 82 |
|
| 83 |
import streamlit as st
|
| 84 |
|
|
|
|
| 124 |
|
| 125 |
|
| 126 |
|
| 127 |
+
|
| 128 |
+
|
| 129 |
|
| 130 |
# Sidebar Topics and UI Design
|
| 131 |
|
|
|
|
| 219 |
st.slider("Image size", min_value=0, max_value=100, value=50)
|
| 220 |
|
| 221 |
|
| 222 |
+
|
| 223 |
+
|
| 224 |
+
|
| 225 |
+
|
| 226 |
+
|
| 227 |
|
| 228 |
# Sidebar Topics and UI Design
|
| 229 |
|
|
|
|
| 316 |
|
| 317 |
|
| 318 |
|
| 319 |
+
|
| 320 |
+
|
| 321 |
+
|
| 322 |
|
| 323 |
# Sidebar Topics and UI Design
|
| 324 |
|
|
|
|
| 363 |
- **Careers**: Explore career opportunities.
|
| 364 |
|
| 365 |
|
| 366 |
+
|
| 367 |
+
|
| 368 |
+
|
| 369 |
+
|
| 370 |
|
| 371 |
# Sidebar Topics and UI Design
|
| 372 |
|
|
|
|
| 391 |
- **AI Demos**: Direct access to experimental AI demos.
|
| 392 |
|
| 393 |
|
| 394 |
+
|
| 395 |
+
|
| 396 |
+
|
| 397 |
+
|
| 398 |
+
|
| 399 |
|
| 400 |
# AI Demo Interface Design
|
| 401 |
|
|
|
|
| 421 |
- Button: "Try it".
|
| 422 |
|
| 423 |
|
| 424 |
+
|
| 425 |
+
|
| 426 |
+
|
| 427 |
+
|
| 428 |
+
|
| 429 |
import streamlit as st
|
| 430 |
|
| 431 |
# Sidebar for navigation
|
|
|
|
| 479 |
st.write("๐ค Aaron Wacker | Light Mode | Help | Updates")
|
| 480 |
|
| 481 |
|
| 482 |
+
|
| 483 |
+
|
| 484 |
+
|
| 485 |
+
|
| 486 |
+
|
| 487 |
|
| 488 |
# Luma Dream Machine Interface Design
|
| 489 |
|
|
|
|
| 522 |
- **Account**: Manage your account.
|
| 523 |
|
| 524 |
|
| 525 |
+
|
| 526 |
+
|
| 527 |
+
|
| 528 |
+
|
| 529 |
+
|
| 530 |
|
| 531 |
# Magnific AI Interface Design
|
| 532 |
|
|
|
|
| 565 |
- **Upgrade**: Upgrade the subscription plan.
|
| 566 |
|
| 567 |
|
|
|
|
| 568 |
|
| 569 |
+
|
| 570 |
+
|
| 571 |
+
|
| 572 |
+
|
| 573 |
+
|
| 574 |
+
|
| 575 |
|
| 576 |
## ๐ Chat Sections
|
| 577 |
- **ChatGPT**: Access the main chat interface for conversations.
|
|
|
|
| 660 |
# Footer information
|
| 661 |
|
| 662 |
|
| 663 |
+
|
| 664 |
+
|
| 665 |
+
|
| 666 |
+
|
| 667 |
|
| 668 |
# GPT-4o Omni Model Interface Design
|
| 669 |
|
|
|
|
| 700 |
## ๐ฎ Multimodal Chatbot
|
| 701 |
- **GPT-4o Multimodal ChatBot**: A chatbot to interact with, asking questions or providing guidance on the files and media being processed.
|
| 702 |
|
| 703 |
+
```
|