derek-thomas HF staff commited on
Commit
f592240
·
1 Parent(s): ed169ba

Checking out iframe

Browse files
Files changed (1) hide show
  1. test.ipynb +46 -0
test.ipynb ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cells": [
3
+ {
4
+ "metadata": {},
5
+ "cell_type": "markdown",
6
+ "source": [
7
+ "<iframe\n",
8
+ "\tsrc=\"https://derek-thomas-prompt-order-experiment.hf.space\"\n",
9
+ "\tframeborder=\"0\"\n",
10
+ "\twidth=\"850\"\n",
11
+ "\theight=\"450\"\n",
12
+ "></iframe>"
13
+ ],
14
+ "id": "847c446d1975f742"
15
+ },
16
+ {
17
+ "cell_type": "markdown",
18
+ "id": "c1c3b00c-17bf-4b00-9ee7-d10c598c53e9",
19
+ "metadata": {},
20
+ "source": [
21
+ "## Setup"
22
+ ]
23
+ }
24
+ ],
25
+ "metadata": {
26
+ "kernelspec": {
27
+ "display_name": "Python 3 (ipykernel)",
28
+ "language": "python",
29
+ "name": "python3"
30
+ },
31
+ "language_info": {
32
+ "codemirror_mode": {
33
+ "name": "ipython",
34
+ "version": 3
35
+ },
36
+ "file_extension": ".py",
37
+ "mimetype": "text/x-python",
38
+ "name": "python",
39
+ "nbconvert_exporter": "python",
40
+ "pygments_lexer": "ipython3",
41
+ "version": "3.11.10"
42
+ }
43
+ },
44
+ "nbformat": 4,
45
+ "nbformat_minor": 5
46
+ }