Skip to content

Commit 744b5bf

Browse files
committed
docs: clearify the file upload in the embedding jupyter notebook
1 parent dcfb8e1 commit 744b5bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/notebook/ClickThrough_GenerateEmbeddings.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
"#@markdown Choose embedding type:\n",
6464
"embedding_type = \"per_prot\" #@param [\"per_prot\", \"per_res\"]\n",
6565
"\n",
66-
"# @markdown Select or upload your FASTA file:\n",
67-
"fasta_filename = \"\" # @param {type:\"string\", placeholder:\"filepath to FASTA file\"}\n",
66+
"# @markdown Enter a Google Drive path or upload from your computer:\n",
67+
"fasta_filename = \"\" # @param {type:\"string\", placeholder:\"Path to FASTA file in Google Drive (leave empty to upload)\"}\n",
6868
"if not fasta_filename:\n",
6969
" uploaded = files.upload()\n",
7070
" fasta_filename = list(uploaded.keys())[0]\n",

0 commit comments

Comments
 (0)