Skip to content

Commit

Permalink
Adjust the UI
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed May 22, 2024
1 parent cc9b01a commit 4e33077
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ node_modules/
.requirements.zip
package.json
package-lock.json
.python-version
.python-version
unzip_requirements.py
6 changes: 5 additions & 1 deletion app/slack_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,11 @@ def build_image_generation_input_modal(prompt: str) -> dict:
"type": "input",
"block_id": "image_generation_prompt",
"label": {"type": "plain_text", "text": "Prompt"},
"element": {"type": "plain_text_input", "action_id": "input"},
"element": {
"type": "plain_text_input",
"action_id": "input",
"multiline": True,
},
},
# https://platform.openai.com/docs/api-reference/images/create
{
Expand Down

0 comments on commit 4e33077

Please sign in to comment.