Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 12, 2024
1 parent 4c0e3e0 commit f9ac7f5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion src/ol_openedx_chat/static/html/student_view.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<div>
<button type="button" onclick="alert('Hello World!')">Hello World!</button>
</div>
</div>
18 changes: 9 additions & 9 deletions src/ol_openedx_chat/static/html/studio_view.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,24 @@

<div class="textbox-container">
<label for="gpt_version">Add a GPT model</label>
<input
type="text"
id="gpt_version"
name="gpt_verson"
<input
type="text"
id="gpt_version"
name="gpt_verson"
placeholder="Enter GPT model version"
pattern="[A-Za-z0-9]"
title="Please add a GPT model name">
</div>

<div class="textbox-container">
<label for="add_prompt">Add GPT prompt</label>
<input
type="text"
id="add_prompt"
name="add_prompt"
<input
type="text"
id="add_prompt"
name="add_prompt"
placeholder="Pleae add prompt context"
pattern="[A-Za-z0-9]"
title="Please add a GPT Prompt">
</div>

</div>
</div>
1 change: 0 additions & 1 deletion src/ol_openedx_chat/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
URLs for ol_openedx_chat.
"""


urlpatterns = [
# TODO: Fill in URL patterns and views here.
# re_path(r'', TemplateView.as_view(template_name="ol_openedx_chat/base.html")),
Expand Down

0 comments on commit f9ac7f5

Please sign in to comment.