juliaturc commited on
Commit
060a0de
·
1 Parent(s): 0c4b412

Further hack on README.

Browse files
Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -1,11 +1,10 @@
1
  <div align="center">
2
  <h1 align="center">Code Sage</h1>
3
  <p align="center">An open-source pair programmer for chatting with any codebase.</p>
4
- <!-- The <kbd> tag is used as a workaround since GitHub doesn't apply inline image styles -->
5
- <kbd>
6
  <figure>
7
- <img src="assets/chat_screenshot2.png" alt="screenshot" />
8
- <figcaption align="center" style="font-size: smaller;">Our chat window, showing a conversation with the Transformers library. 🚀</figcaption>
 
9
  </figure>
10
  </kbd>
11
  </div>
 
1
  <div align="center">
2
  <h1 align="center">Code Sage</h1>
3
  <p align="center">An open-source pair programmer for chatting with any codebase.</p>
 
 
4
  <figure>
5
+ <!-- The <kbd>, <sup>, <sub> tags are work-arounds for styling, since GitHub doesn't take into account inline styles. Note it might display awkwardly on other Markdown editors. -->
6
+ <kbd><img src="assets/chat_screenshot2.png" alt="screenshot" /></kbd>
7
+ <sub><sup><figcaption align="center">Our chat window, showing a conversation with the Transformers library. 🚀</sup></sub></figcaption>
8
  </figure>
9
  </kbd>
10
  </div>